You are here

service apigee_edge.controller.developer in Apigee Edge 8

Class

Drupal\apigee_edge\Entity\Controller\DeveloperController
5 string references to apigee_edge.controller.developer
ApigeeEdgeActionsServiceProvider::register in modules/apigee_edge_actions/src/ApigeeEdgeActionsServiceProvider.php
Registers services to the container.
Developer::getCompanies in src/Entity/Developer.php
DeveloperAppCreateForm::create in src/Entity/Form/DeveloperAppCreateForm.php
Instantiates a new instance of this class.
DeveloperStorage::createInstance in src/Entity/Storage/DeveloperStorage.php
Instantiates a new instance of this entity handler.
TeamMembersSelection::create in modules/apigee_edge_teams/src/Plugin/EntityReferenceSelection/TeamMembersSelection.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\apigee_edge\Entity\Controller\DeveloperController
  2. arguments:
  3. - '@apigee_edge.sdk_connector'
  4. - '@apigee_edge.controller.organization'
  5. - '@apigee_edge.controller.cache.developer'
  6. - '@apigee_edge.controller.cache.developer_ids'
  7. - '@apigee_edge.entity.controller.cache.developer_app_cache_factory'
  8. - '@apigee_edge.entity.controller.cache.developer_app_name_cache_factory'