public function AppByOwnerController::getOrganisationName in Apigee Edge 8
File
- src/
Entity/ Controller/ AppByOwnerController.php, line 160
Class
- AppByOwnerController
- Base class for developer- and company app controller services in Drupal.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function getOrganisationName() : string {
return $this
->decorated()
->getOrganisationName();
}