You are here

protected function TeamController::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.

Overrides CachedPaginatedEntityIdListingControllerTrait::entityIdCache

File

modules/apigee_edge_teams/src/Entity/Controller/TeamController.php, line 174

Class

TeamController
Definition of the Team controller service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

protected function entityIdCache() : EntityIdCacheInterface {
  return $this->entityIdCache;
}