You are here

public function ThunderTaxonomyPermissions::__construct in Thunder 8.5

Same name and namespace in other branches
  1. 8.2 modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()
  2. 8.3 modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()
  3. 8.4 modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()
  4. 6.2.x modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()
  5. 6.0.x modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()
  6. 6.1.x modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php \Drupal\thunder_taxonomy\ThunderTaxonomyPermissions::__construct()

Constructs a TaxonomyPermissions instance.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.

File

modules/thunder_taxonomy/src/ThunderTaxonomyPermissions.php, line 32

Class

ThunderTaxonomyPermissions
Provides dynamic permissions of the taxonomy module.

Namespace

Drupal\thunder_taxonomy

Code

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