protected function DeveloperController::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/ DeveloperController.php, line 135
Class
- DeveloperController
- Definition of the Developer controller service.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected function entityIdCache() : EntityIdCacheInterface {
return $this->entityIdCache;
}