interface EntityCacheAwareControllerInterface in Apigee Edge 8
Base interface for those controllers that uses an entity cache.
Hierarchy
- interface \Drupal\apigee_edge\Entity\Controller\EntityCacheAwareControllerInterface
Expanded class hierarchy of EntityCacheAwareControllerInterface
All classes that implement EntityCacheAwareControllerInterface
7 files declare their use of EntityCacheAwareControllerInterface
- ApiProductStorage.php in src/
Entity/ Storage/ ApiProductStorage.php - AppStorage.php in src/
Entity/ Storage/ AppStorage.php - Developer.php in src/
Entity/ Developer.php - DeveloperStorage.php in src/
Entity/ Storage/ DeveloperStorage.php - EdgeEntityStorageBase.php in src/
Entity/ Storage/ EdgeEntityStorageBase.php
File
- src/
Entity/ Controller/ EntityCacheAwareControllerInterface.php, line 28
Namespace
Drupal\apigee_edge\Entity\ControllerView source
interface EntityCacheAwareControllerInterface {
/**
* Returns the entity cache used by the controller.
*
* @return \Drupal\apigee_edge\Entity\Controller\Cache\EntityCacheInterface
* The entity cache.
*/
public function entityCache() : EntityCacheInterface;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityCacheAwareControllerInterface:: |
public | function | Returns the entity cache used by the controller. | 2 |