You are here

protected property ViewsSchemaProvider::$entityManager in GraphQL 8.2

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

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

src/SchemaProvider/ViewsSchemaProvider.php, line 27

Class

ViewsSchemaProvider
Generates a GraphQL Schema for views.

Namespace

Drupal\graphql\SchemaProvider

Code

protected $entityManager;