abstract protected function CachedPaginatedEntityIdListingControllerTrait::entityIdCache in Apigee Edge 8
Entity id cache used by the entity controller.
Return value
\Drupal\apigee_edge\Entity\Controller\Cache\EntityIdCacheInterface The entity id cache.
4 methods override CachedPaginatedEntityIdListingControllerTrait::entityIdCache()
- ApiProductController::entityIdCache in src/
Entity/ Controller/ ApiProductController.php - Entity id cache used by the entity controller.
- AppByOwnerController::entityIdCache in src/
Entity/ Controller/ AppByOwnerController.php - Entity id cache used by the entity controller.
- DeveloperController::entityIdCache in src/
Entity/ Controller/ DeveloperController.php - Entity id cache used by the entity controller.
- TeamController::entityIdCache in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamController.php - Entity id cache used by the entity controller.
File
- src/
Entity/ Controller/ CachedPaginatedEntityIdListingControllerTrait.php, line 50
Class
- CachedPaginatedEntityIdListingControllerTrait
- For those controllers that supports paginated entity id listing.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function entityIdCache() : EntityIdCacheInterface;