You are here

protected function AppByOwnerController::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

src/Entity/Controller/AppByOwnerController.php, line 115

Class

AppByOwnerController
Base class for developer- and company app controller services in Drupal.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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