You are here

protected property EntityRendered::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/GraphQL/DataProducer/Entity/EntityRendered.php, line 44

Class

EntityRendered
Returns the rendered entity in a given view mode.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\Entity

Code

protected $entityTypeManager;