interface TeamAppControllerInterface in Apigee Edge 8
Base definition of the Team app controller service in Drupal.
We call company apps as team apps in Drupal.
Hierarchy
- interface \Drupal\apigee_edge_teams\Entity\Controller\TeamAppControllerInterface extends \Apigee\Edge\Api\Management\Controller\CompanyAppControllerInterface
Expanded class hierarchy of TeamAppControllerInterface
All classes that implement TeamAppControllerInterface
File
- modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppControllerInterface.php, line 30
Namespace
Drupal\apigee_edge_teams\Entity\ControllerView source
interface TeamAppControllerInterface extends EdgeCompanyAppControllerInterface {
}