You are here

public function TeamController::getOrganisationName in Apigee Edge 8

File

modules/apigee_edge_teams/src/Entity/Controller/TeamController.php, line 191

Class

TeamController
Definition of the Team controller service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

public function getOrganisationName() : string {
  return $this
    ->decorated()
    ->getOrganisationName();
}