You are here

protected function TeamAppStorage::entityController in Apigee Edge 8

Returns the wrapped controller instance used by this storage.

Return value

\Drupal\apigee_edge\Entity\Controller\EdgeEntityControllerInterface The entity controller interface with CRUDL capabilities.

Overrides EdgeEntityStorageBase::entityController

File

modules/apigee_edge_teams/src/Entity/Storage/TeamAppStorage.php, line 85

Class

TeamAppStorage
Entity storage class for Team app entities.

Namespace

Drupal\apigee_edge_teams\Entity\Storage

Code

protected function entityController() : EdgeEntityControllerInterface {
  return new TeamAppEdgeEntityControllerProxy($this->teamAppControllerFactory, $this->appController);
}