You are here

service plugin.manager.graphql.schema in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 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
@codeCoverageIgnore
MockingTrait::setUpSchema in tests/src/Traits/MockingTrait.php
Setup server with schema.
Server::configuration in src/Entity/Server.php
ServerForm::create in src/Form/ServerForm.php
@codeCoverageIgnore

File

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

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