Pantheon\Terminus\Models\Organization::getName PHP Method

getName() public method

Get the human-readable name of the organization.
public getName ( ) : string
return string
    public function getName()
    {
        return $this->get('profile')->name;
    }