You are here

protected property EntityDefinition::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManager

File

src/Plugin/GraphQL/DataProducer/EntityDefinition/EntityDefinition.php, line 45

Class

EntityDefinition
Gets entity definition for a given entity type.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\EntityDefinition

Code

protected $entityTypeManager;