You are here

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

File

src/Entity/Controller/CachedPaginatedEntityIdListingControllerTrait.php, line 42

Class

CachedPaginatedEntityIdListingControllerTrait
For those controllers that supports paginated entity id listing.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

protected abstract function decorated();