You are here

namespace Drupal\apigee_edge\Entity\Controller in Apigee Edge 8

Classsort descending Location Description
ApiProductController src/Entity/Controller/ApiProductController.php Definition of the API product controller service.
ApiProductControllerInterface src/Entity/Controller/ApiProductControllerInterface.php Base definition of the API product controller service in Drupal.
AppByOwnerController src/Entity/Controller/AppByOwnerController.php Base class for developer- and company app controller services in Drupal.
AppController src/Entity/Controller/AppController.php Definition of the App controller service.
AppControllerBase src/Entity/Controller/AppControllerBase.php Base class for all app controller services in Drupal.
AppControllerInterface src/Entity/Controller/AppControllerInterface.php Base definition of the App controller service in Drupal.
AppCredentialControllerBase src/Entity/Controller/AppCredentialControllerBase.php Base class for developer- and company app credential controller services.
AppCredentialControllerInterface src/Entity/Controller/AppCredentialControllerInterface.php Base definition of app credential services.
CachedAttributesAwareEntityControllerTrait src/Entity/Controller/CachedAttributesAwareEntityControllerTrait.php Helper trait for those entity controllers that supports attribute CRUDL.
CachedEntityCrudOperationsControllerTrait src/Entity/Controller/CachedEntityCrudOperationsControllerTrait.php Helper trait for those entity controllers that supports all CRUD operations.
CachedManagementApiEdgeEntityControllerProxy src/Entity/Controller/CachedManagementApiEdgeEntityControllerProxy.php Management API specific cached entity controller implementation.
CachedPaginatedControllerHelperTrait src/Entity/Controller/CachedPaginatedControllerHelperTrait.php Shared defs. for cached paginated entity & entity od listing controllers.
CachedPaginatedEntityIdListingControllerTrait src/Entity/Controller/CachedPaginatedEntityIdListingControllerTrait.php For those controllers that supports paginated entity id listing.
CachedPaginatedEntityListingControllerTrait src/Entity/Controller/CachedPaginatedEntityListingControllerTrait.php For those controllers that supports paginated entity listing.
DeveloperAppController src/Entity/Controller/DeveloperAppController.php Definition of the developer app controller service.
DeveloperAppControllerFactory src/Entity/Controller/DeveloperAppControllerFactory.php Developer app controller factory.
DeveloperAppControllerFactoryInterface src/Entity/Controller/DeveloperAppControllerFactoryInterface.php Base definition of the developer app controller factory service.
DeveloperAppControllerInterface src/Entity/Controller/DeveloperAppControllerInterface.php Base definition of the developer app controller service in Drupal.
DeveloperAppCredentialController src/Entity/Controller/DeveloperAppCredentialController.php Definition of the developer app credential controller service.
DeveloperAppCredentialControllerFactory src/Entity/Controller/DeveloperAppCredentialControllerFactory.php The developer app credential controller factory.
DeveloperAppCredentialControllerFactoryInterface src/Entity/Controller/DeveloperAppCredentialControllerFactoryInterface.php Base definition of the developer app credential factory service.
DeveloperAppCredentialControllerInterface src/Entity/Controller/DeveloperAppCredentialControllerInterface.php Base definition of the developer app credential controllers in Drupal.
DeveloperAppEdgeEntityControllerProxy src/Entity/Controller/DeveloperAppEdgeEntityControllerProxy.php Developer app specific entity controller implementation.
DeveloperController src/Entity/Controller/DeveloperController.php Definition of the Developer controller service.
DeveloperControllerInterface src/Entity/Controller/DeveloperControllerInterface.php Base definition of the API product controller service in Drupal.
EdgeEntityControllerInterface src/Entity/Controller/EdgeEntityControllerInterface.php Provides a unified way for making CRUDL APIs calls to Apigee Edge.
EntityCacheAwareControllerInterface src/Entity/Controller/EntityCacheAwareControllerInterface.php Base interface for those controllers that uses an entity cache.
EntityCacheAwareControllerTrait src/Entity/Controller/EntityCacheAwareControllerTrait.php Trait for those entity controllers that supports entity caches.
ManagementApiEdgeEntityControllerProxy src/Entity/Controller/ManagementApiEdgeEntityControllerProxy.php Management API specific default entity controller implementation.
OrganizationController src/Entity/Controller/OrganizationController.php Definition of the Organization controller service.
OrganizationControllerInterface src/Entity/Controller/OrganizationControllerInterface.php Base definition of the Organization controller service in Drupal.