You are here

protected property EntityFieldDeriverBase::$entityFieldManager in GraphQL 8.3

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

modules/graphql_core/src/Plugin/Deriver/EntityFieldDeriverBase.php, line 47

Class

EntityFieldDeriverBase
Generate GraphQLField plugins for config fields.

Namespace

Drupal\graphql_core\Plugin\Deriver

Code

protected $entityFieldManager;