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\ControllerCode
public function getOrganisationName() : string {
  return $this
    ->decorated()
    ->getOrganisationName();
}