You are here

protected property RabbitHolePermissionGenerator::$entityTypeManager in Rabbit Hole 8

Same name and namespace in other branches
  1. 2.x src/RabbitHolePermissionGenerator.php \Drupal\rabbit_hole\RabbitHolePermissionGenerator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/RabbitHolePermissionGenerator.php, line 24

Class

RabbitHolePermissionGenerator
Generates permission for each supported entity type.

Namespace

Drupal\rabbit_hole

Code

protected $entityTypeManager;