You are here

protected property FilterPermissions::$entityTypeManager in Drupal 8

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/filter/src/FilterPermissions.php, line 29

Class

FilterPermissions
Provides dynamic permissions of the filter module.

Namespace

Drupal\filter

Code

protected $entityTypeManager;