You are here

protected property EntityById::$entityBuffer in GraphQL 8.3

The entity buffer service.

Type: \Drupal\graphql\GraphQL\Buffers\EntityBuffer

File

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityById.php, line 36

Class

EntityById
Plugin annotation @GraphQLField( id = "entity_by_id", secure = true, arguments = { "id" = "String!" }, contextual_arguments = {"language"}, deriver = "Drupal\graphql_core\Plugin\Deriver\Fields\EntityByIdDeriver" )

Namespace

Drupal\graphql_core\Plugin\GraphQL\Fields\Entity

Code

protected $entityBuffer;