interface OrganizationControllerInterface in Apigee Edge 8
Base definition of the Organization controller service in Drupal.
Hierarchy
- interface \Drupal\apigee_edge\Entity\Controller\OrganizationControllerInterface extends \Apigee\Edge\Api\Management\Controller\OrganizationControllerInterface
Expanded class hierarchy of OrganizationControllerInterface
All classes that implement OrganizationControllerInterface
2 files declare their use of OrganizationControllerInterface
- TeamAppControllerFactory.php in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppControllerFactory.php - TeamController.php in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamController.php
File
- src/
Entity/ Controller/ OrganizationControllerInterface.php, line 28
Namespace
Drupal\apigee_edge\Entity\ControllerView source
interface OrganizationControllerInterface extends EdgeOrganizationControllerInterface {
}