You are here

service apigee_edge.controller.api_product in Apigee Edge 8

Class

Drupal\apigee_edge\Entity\Controller\ApiProductController
7 string references to apigee_edge.controller.api_product
ApiProductStorage::createInstance in src/Entity/Storage/ApiProductStorage.php
Instantiates a new instance of this entity handler.
ApiProductStorage::createInstance in modules/apigee_edge_apiproduct_rbac/tests/modules/apigee_edge_apiproduct_rbac_test/src/ApiProductStorage.php
Instantiates a new instance of this entity handler.
AppCreateForm::create in src/Entity/Form/AppCreateForm.php
Instantiates a new instance of this class.
DeveloperAppCreateForm::create in src/Entity/Form/DeveloperAppCreateForm.php
Instantiates a new instance of this class.
DeveloperAppCreateFormBase::create in src/Entity/Form/DeveloperAppCreateFormBase.php
Instantiates a new instance of this class.

... See full list

File

./apigee_edge.services.yml
apigee_edge.services.yml

View source
  1. class: Drupal\apigee_edge\Entity\Controller\ApiProductController
  2. arguments:
  3. - '@apigee_edge.sdk_connector'
  4. - '@apigee_edge.controller.organization'
  5. - '@apigee_edge.controller.cache.api_product'
  6. - '@apigee_edge.controller.cache.api_product_ids'