You are here

protected property EntityBuffer::$entityTypeManager in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 src/GraphQL/Buffers/EntityBuffer.php \Drupal\graphql\GraphQL\Buffers\EntityBuffer::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/GraphQL/Buffers/EntityBuffer.php, line 17

Class

EntityBuffer
Collects entity IDs per entity type and loads them all at once in the end.

Namespace

Drupal\graphql\GraphQL\Buffers

Code

protected $entityTypeManager;