You are here

protected property EntitySchemaProvider::$entityManager in GraphQL 8.2

Same name and namespace in other branches
  1. 8 src/SchemaProvider/EntitySchemaProvider.php \Drupal\graphql\SchemaProvider\EntitySchemaProvider::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

src/SchemaProvider/EntitySchemaProvider.php, line 31

Class

EntitySchemaProvider
Generates a GraphQL Schema for content entity types.

Namespace

Drupal\graphql\SchemaProvider

Code

protected $entityManager;