You are here

abstract protected function CachedPaginatedEntityListingControllerTrait::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\PaginatedEntityListingControllerInterface An entity controller that extends these interfaces.

File

src/Entity/Controller/CachedPaginatedEntityListingControllerTrait.php, line 43

Class

CachedPaginatedEntityListingControllerTrait
For those controllers that supports paginated entity listing.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

protected abstract function decorated();