You are here

protected property Fields::$entityFieldManager in GraphQL 8.4

The entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManager

File

src/Plugin/GraphQL/DataProducer/EntityDefinition/Fields.php, line 56

Class

Fields
Retrieve the list of fields from a given entity definition.

Namespace

Drupal\graphql\Plugin\GraphQL\DataProducer\EntityDefinition

Code

protected $entityFieldManager;