You are here

abstract protected function CachedPaginatedControllerHelperTrait::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\PaginatedEntityIdListingControllerInterface|\Apigee\Edge\Controller\PaginatedEntityListingControllerInterface An entity controller that extends these interfaces.

1 method overrides CachedPaginatedControllerHelperTrait::decorated()
AppController::decorated in src/Entity/Controller/AppController.php
Returns the decorated app controller from the SDK.

File

src/Entity/Controller/CachedPaginatedControllerHelperTrait.php, line 39

Class

CachedPaginatedControllerHelperTrait
Shared defs. for cached paginated entity & entity od listing controllers.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

protected abstract function decorated();