You are here

service graphql.buffer.entity in GraphQL 8.3

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

Class

Drupal\graphql\GraphQL\Buffers\EntityBuffer
2 string references to graphql.buffer.entity
EntityById::create in modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityById.php
Creates an instance of the plugin.
EntityQueryEntities::create in modules/graphql_core/src/Plugin/GraphQL/Fields/EntityQuery/EntityQueryEntities.php
Creates an instance of the plugin.

File

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

View source
  1. class: Drupal\graphql\GraphQL\Buffers\EntityBuffer
  2. arguments:
  3. - '@entity_type.manager'