interface ApiProductControllerInterface in Apigee Edge 8
Base definition of the API product controller service in Drupal.
Hierarchy
- interface \Drupal\apigee_edge\Entity\Controller\ApiProductControllerInterface extends \Apigee\Edge\Api\Management\Controller\ApiProductControllerInterface
Expanded class hierarchy of ApiProductControllerInterface
All classes that implement ApiProductControllerInterface
7 files declare their use of ApiProductControllerInterface
- ApiProductController.php in modules/
apigee_edge_apiproduct_rbac/ tests/ modules/ apigee_edge_apiproduct_rbac_test/ src/ ApiProductController.php - ApiProductStorage.php in src/
Entity/ Storage/ ApiProductStorage.php - ApiProductStorage.php in modules/
apigee_edge_apiproduct_rbac/ tests/ modules/ apigee_edge_apiproduct_rbac_test/ src/ ApiProductStorage.php - AppCreateForm.php in src/
Entity/ Form/ AppCreateForm.php - DeveloperAppCreateForm.php in src/
Entity/ Form/ DeveloperAppCreateForm.php
File
- src/
Entity/ Controller/ ApiProductControllerInterface.php, line 28
Namespace
Drupal\apigee_edge\Entity\ControllerView source
interface ApiProductControllerInterface extends EdgeApiProductControllerInterface {
}