You are here

public function ExtrasPermissions::__construct in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 modules/ds_extras/src/ExtrasPermissions.php \Drupal\ds_extras\ExtrasPermissions::__construct()
  2. 8.3 modules/ds_extras/src/ExtrasPermissions.php \Drupal\ds_extras\ExtrasPermissions::__construct()

Constructs a new FieldUiPermissions instance.

Parameters

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

File

modules/ds_extras/src/ExtrasPermissions.php, line 31

Class

ExtrasPermissions
Provides dynamic permissions of the ds extras module.

Namespace

Drupal\ds_extras

Code

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