You are here

public function ApiProductController::getOrganisationName in Apigee Edge 8

Same name in this branch
  1. 8 src/Entity/Controller/ApiProductController.php \Drupal\apigee_edge\Entity\Controller\ApiProductController::getOrganisationName()
  2. 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\Controller

Code

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