You are here

public function AutoEntityLabelConfigTask::__construct in Automatic Entity Label 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/Derivative/AutoEntityLabelConfigTask.php \Drupal\auto_entitylabel\Plugin\Derivative\AutoEntityLabelConfigTask::__construct()
  2. 8.2 src/Plugin/Derivative/AutoEntityLabelConfigTask.php \Drupal\auto_entitylabel\Plugin\Derivative\AutoEntityLabelConfigTask::__construct()

Creates an FieldUiLocalTask object.

Parameters

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

File

src/Plugin/Derivative/AutoEntityLabelConfigTask.php, line 31

Class

AutoEntityLabelConfigTask
Class for Config Task.

Namespace

Drupal\auto_entitylabel\Plugin\Derivative

Code

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