public function ApiProductController::entityCache in Apigee Edge 8
Returns the entity cache used by the controller.
Return value
\Drupal\apigee_edge\Entity\Controller\Cache\EntityCacheInterface The entity cache.
Overrides EntityCacheAwareControllerTrait::entityCache
File
- src/
Entity/ Controller/ ApiProductController.php, line 130
Class
- ApiProductController
- Definition of the API product controller service.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function entityCache() : EntityCacheInterface {
return $this->entityCache;
}