interface AppControllerInterface in Apigee Edge 8
Base definition of the App controller service in Drupal.
Hierarchy
- interface \Drupal\apigee_edge\Entity\Controller\AppControllerInterface extends \Apigee\Edge\Api\Management\Controller\AppControllerInterface
Expanded class hierarchy of AppControllerInterface
All classes that implement AppControllerInterface
4 files declare their use of AppControllerInterface
- AppStorage.php in src/
Entity/ Storage/ AppStorage.php - DeveloperAppStorage.php in src/
Entity/ Storage/ DeveloperAppStorage.php - TeamAppEdgeEntityControllerProxy.php in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppEdgeEntityControllerProxy.php - TeamAppStorage.php in modules/
apigee_edge_teams/ src/ Entity/ Storage/ TeamAppStorage.php
File
- src/
Entity/ Controller/ AppControllerInterface.php, line 28
Namespace
Drupal\apigee_edge\Entity\ControllerView source
interface AppControllerInterface extends EdgeAppControllerInterface {
}