protected function DeveloperAppStorage::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
- src/
Entity/ Storage/ DeveloperAppStorage.php, line 101
Class
- DeveloperAppStorage
- Entity storage class for Developer app entities.
Namespace
Drupal\apigee_edge\Entity\StorageCode
protected function entityController() : EdgeEntityControllerInterface {
return $this->appEntityController;
}