You are here

public function TeamAppController::getCompanyName in Apigee Edge 8

File

modules/apigee_edge_teams/src/Entity/Controller/TeamAppController.php, line 47

Class

TeamAppController
Definition of the Team app controller service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

public function getCompanyName() : string {

  /** @var \Apigee\Edge\Api\Management\Controller\CompanyAppControllerInterface $decorated */
  $decorated = $this
    ->decorated();
  return $decorated
    ->getCompanyName();
}