You are here

service graphql.buffer.subrequest in GraphQL 8.3

Same name and namespace in other branches
  1. 8.4 graphql.services.yml \graphql.buffer.subrequest

Class

Drupal\graphql\GraphQL\Buffers\SubRequestBuffer
5 string references to graphql.buffer.subrequest
BlocksByRegion::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Blocks/BlocksByRegion.php
Creates an instance of the plugin.
Breadcrumbs::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Breadcrumbs/Breadcrumbs.php
Creates an instance of the plugin.
Context::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Context/Context.php
Creates an instance of the plugin.
InternalRequest::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Routing/InternalUrl/InternalRequest.php
Creates an instance of the plugin.
LanguageSwitchLinks::create in modules/graphql_core/src/Plugin/GraphQL/Fields/LanguageSwitch/LanguageSwitchLinks.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\graphql\GraphQL\Buffers\SubRequestBuffer
  2. arguments:
  3. - '@http_kernel'
  4. - '@request_stack'