You are here

interface TeamAppCredentialControllerInterface in Apigee Edge 8

Base definition of the team app credential controllers in Drupal.

Hierarchy

  • interface \Drupal\apigee_edge\Entity\Controller\AppCredentialControllerInterface extends \Apigee\Edge\Api\Management\Controller\AppCredentialControllerInterface
    • interface \Drupal\apigee_edge_teams\Entity\Controller\TeamAppCredentialControllerInterface extends \Apigee\Edge\Api\Management\Controller\DeveloperAppCredentialControllerInterface

Expanded class hierarchy of TeamAppCredentialControllerInterface

All classes that implement TeamAppCredentialControllerInterface

File

modules/apigee_edge_teams/src/Entity/Controller/TeamAppCredentialControllerInterface.php, line 29

Namespace

Drupal\apigee_edge_teams\Entity\Controller
View source
interface TeamAppCredentialControllerInterface extends AppCredentialControllerInterface, EdgeDeveloperAppCredentialControllerInterface {

}

Members