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