abstract protected function CachedEntityCrudOperationsControllerTrait::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\Controller\EntityCrudOperationsControllerInterface An entity controller that extends this interface.
3 methods override CachedEntityCrudOperationsControllerTrait::decorated()
- ApiProductController::decorated in src/
Entity/ Controller/ ApiProductController.php - Returns the decorated API product controller from the SDK.
- DeveloperController::decorated in src/
Entity/ Controller/ DeveloperController.php - Returns the decorated developer controller from the SDK.
- TeamController::decorated in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamController.php - Returns the decorated company controller from the SDK.
File
- src/
Entity/ Controller/ CachedEntityCrudOperationsControllerTrait.php, line 46
Class
- CachedEntityCrudOperationsControllerTrait
- Helper trait for those entity controllers that supports all CRUD operations.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function decorated();