abstract protected function AppByOwnerController::decorated in Apigee Edge 8
Returns the decorated developer- or company app controller.
Return value
\Apigee\Edge\Api\Management\Controller\AppByOwnerControllerInterface The initialized developer- or company app controller.
Overrides CachedAttributesAwareEntityControllerTrait::decorated
2 methods override AppByOwnerController::decorated()
- DeveloperAppController::decorated in src/
Entity/ Controller/ DeveloperAppController.php - Returns the decorated developer- or company app controller.
- TeamAppController::decorated in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppController.php - Returns the decorated developer- or company app controller.
File
- src/
Entity/ Controller/ AppByOwnerController.php, line 103
Class
- AppByOwnerController
- Base class for developer- and company app controller services in Drupal.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function decorated() : EdgeAppByOwnerControllerInterface;