You are here

public function AppCredentialControllerBase::getAttributes in Apigee Edge 8

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Controller

Code

public function getAttributes(string $entity_id) : AttributesProperty {

  // TODO Get this from cache if available.
  return $this
    ->decorated()
    ->getAttributes($entity_id);
}