You are here

public function TeamController::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

modules/apigee_edge_teams/src/Entity/Controller/TeamController.php, line 167

Class

TeamController
Definition of the Team controller service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

public function entityCache() : EntityCacheInterface {
  return $this->entityCache;
}