You are here

protected property TaxonomyPermissions::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/TaxonomyPermissions.php \Drupal\taxonomy\TaxonomyPermissions::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/taxonomy/src/TaxonomyPermissions.php, line 32

Class

TaxonomyPermissions
Provides dynamic permissions of the taxonomy module.

Namespace

Drupal\taxonomy

Code

protected $entityTypeManager;