public function AppCredentialControllerBase::getAttribute in Apigee Edge 8
File
- src/
Entity/ Controller/ AppCredentialControllerBase.php, line 190
Class
- AppCredentialControllerBase
- Base class for developer- and company app credential controller services.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function getAttribute(string $entity_id, string $name) : string {
// TODO Get this from cache if available.
return $this
->decorated()
->getAttribute($entity_id, $name);
}