You are here

service plugin.manager.graphql.schema in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 graphql.services.yml \plugin.manager.graphql.schema

Class

Drupal\graphql\Plugin\SchemaPluginManager
4 string references to plugin.manager.graphql.schema
ExplorerController::create in src/Controller/ExplorerController.php
Instantiates a new instance of this class.
ExplorerMenuLinkDeriver::create in src/Plugin/MenuLink/Deriver/ExplorerMenuLinkDeriver.php
Creates a new class instance.
SchemaOverviewController::create in src/Controller/SchemaOverviewController.php
Instantiates a new instance of this class.
VoyagerMenuLinkDeriver::create in src/Plugin/MenuLink/Deriver/VoyagerMenuLinkDeriver.php
Creates a new class instance.

File

./graphql.services.yml
graphql.services.yml

View source
  1. class: Drupal\graphql\Plugin\SchemaPluginManager
  2. arguments:
  3. - Plugin/GraphQL/Schemas
  4. - '@container.namespaces'
  5. - '@module_handler'
  6. - '@cache.graphql.definitions'
  7. - \Drupal\graphql\Plugin\SchemaPluginInterface
  8. - \Drupal\graphql\Annotation\GraphQLSchema
  9. - '%graphql.config%'