interface AppCredentialControllerInterface in Apigee Edge 8
Base definition of app credential services.
Hierarchy
- interface \Drupal\apigee_edge\Entity\Controller\AppCredentialControllerInterface extends \Apigee\Edge\Api\Management\Controller\AppCredentialControllerInterface
Expanded class hierarchy of AppCredentialControllerInterface
All classes that implement AppCredentialControllerInterface
13 files declare their use of AppCredentialControllerInterface
- AppApiKeyAddFormBase.php in src/
Form/ AppApiKeyAddFormBase.php - AppApiKeyConfirmFormBase.php in src/
Form/ AppApiKeyConfirmFormBase.php - AppApiKeyRevokeFormBase.php in src/
Form/ AppApiKeyRevokeFormBase.php - AppForm.php in src/
Entity/ Form/ AppForm.php - CredsUtilsTrait.php in tests/
src/ Traits/ CredsUtilsTrait.php
File
- src/
Entity/ Controller/ AppCredentialControllerInterface.php, line 28
Namespace
Drupal\apigee_edge\Entity\ControllerView source
interface AppCredentialControllerInterface extends EdgeAppCredentialControllerInterface {
}