You are here

public function AppCredentialControllerBase::getOrganisationName in Apigee Edge 8

File

src/Entity/Controller/AppCredentialControllerBase.php, line 206

Class

AppCredentialControllerBase
Base class for developer- and company app credential controller services.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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