You are here

protected property EntityLoadMultiple::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/GraphQL/DataProducer/Entity/EntityLoadMultiple.php, line 68

Class

EntityLoadMultiple
Load multiple entities by IDs.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Entity

Code

protected $entityTypeManager;