abstract protected function CachedAttributesAwareEntityControllerTrait::decorated in Apigee Edge 8
The decorated entity controller from the SDK.
We did not added a return type because this way all entity controller's decorated() method becomes compatible with this declaration.
Return value
\Apigee\Edge\Api\Management\Controller\AttributesAwareEntityControllerInterface An entity controller that extends this interface.
1 method overrides CachedAttributesAwareEntityControllerTrait::decorated()
- AppByOwnerController::decorated in src/
Entity/ Controller/ AppByOwnerController.php - Returns the decorated developer- or company app controller.
File
- src/
Entity/ Controller/ CachedAttributesAwareEntityControllerTrait.php, line 46
Class
- CachedAttributesAwareEntityControllerTrait
- Helper trait for those entity controllers that supports attribute CRUDL.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function decorated();