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