You are here

protected property PermissionProvider::$entityTypeManager in GraphQL 8.4

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/PermissionProvider.php, line 19

Class

PermissionProvider
Provides access control permissions for all exposed GraphQL servers.

Namespace

Drupal\graphql

Code

protected $entityTypeManager;