You are here

public function DeveloperController::getOrganisationName in Apigee Edge 8

File

src/Entity/Controller/DeveloperController.php, line 167

Class

DeveloperController
Definition of the Developer controller service.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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