You are here

public function MaestroEnginePermissions::__construct in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/MaestroEnginePermissions.php \Drupal\maestro\MaestroEnginePermissions::__construct()

Constructs a new MaestroEnginePermissions instance.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager: The entity manager.

File

src/MaestroEnginePermissions.php, line 30

Class

MaestroEnginePermissions
Provides dynamic permissions of the maestro module.

Namespace

Drupal\maestro

Code

public function __construct(EntityTypeManagerInterface $entity_manager) {
  $this->entityManager = $entity_manager;
}