public function AppController::getOrganisationName in Apigee Edge 8
File
- src/
Entity/ Controller/ AppController.php, line 257
Class
- AppController
- Definition of the App controller service.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function getOrganisationName() : string {
return $this
->decorated()
->getOrganisationName();
}