You are here

abstract public function EntityCacheAwareControllerTrait::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.

4 methods override EntityCacheAwareControllerTrait::entityCache()
ApiProductController::entityCache in src/Entity/Controller/ApiProductController.php
Returns the entity cache used by the controller.
AppByOwnerController::entityCache in src/Entity/Controller/AppByOwnerController.php
Returns the entity cache used by the controller.
DeveloperController::entityCache in src/Entity/Controller/DeveloperController.php
Returns the entity cache used by the controller.
TeamController::entityCache in modules/apigee_edge_teams/src/Entity/Controller/TeamController.php
Returns the entity cache used by the controller.

File

src/Entity/Controller/EntityCacheAwareControllerTrait.php, line 41

Class

EntityCacheAwareControllerTrait
Trait for those entity controllers that supports entity caches.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

public abstract function entityCache() : EntityCacheInterface;