public function ApiProductController::getOrganisationName in Apigee Edge 8
Same name in this branch
- 8 src/Entity/Controller/ApiProductController.php \Drupal\apigee_edge\Entity\Controller\ApiProductController::getOrganisationName()
- 8 modules/apigee_edge_apiproduct_rbac/tests/modules/apigee_edge_apiproduct_rbac_test/src/ApiProductController.php \Drupal\apigee_edge_apiproduct_rbac_test\ApiProductController::getOrganisationName()
File
- src/
Entity/ Controller/ ApiProductController.php, line 123
Class
- ApiProductController
- Definition of the API product controller service.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function getOrganisationName() : string {
return $this
->decorated()
->getOrganisationName();
}