You are here

interface TeamControllerInterface in Apigee Edge 8

Base definition of the Team controller service in Drupal.

We call companies as teams in Drupal.

Hierarchy

  • interface \Drupal\apigee_edge_teams\Entity\Controller\TeamControllerInterface extends \Apigee\Edge\Api\Management\Controller\CompanyControllerInterface

Expanded class hierarchy of TeamControllerInterface

All classes that implement TeamControllerInterface

1 file declares its use of TeamControllerInterface
TeamStorage.php in modules/apigee_edge_teams/src/Entity/Storage/TeamStorage.php

File

modules/apigee_edge_teams/src/Entity/Controller/TeamControllerInterface.php, line 30

Namespace

Drupal\apigee_edge_teams\Entity\Controller
View source
interface TeamControllerInterface extends EdgeCompanyControllerInterface {

}

Members