function FieldUiPermissions::__construct

Same name in other branches
  1. 8.9.x core/modules/field_ui/src/FieldUiPermissions.php \Drupal\field_ui\FieldUiPermissions::__construct()
  2. 10 core/modules/field_ui/src/FieldUiPermissions.php \Drupal\field_ui\FieldUiPermissions::__construct()
  3. 11.x core/modules/field_ui/src/FieldUiPermissions.php \Drupal\field_ui\FieldUiPermissions::__construct()

Constructs a new FieldUiPermissions instance.

Parameters

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

File

core/modules/field_ui/src/FieldUiPermissions.php, line 30

Class

FieldUiPermissions
Provides dynamic permissions of the field_ui module.

Namespace

Drupal\field_ui

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.