You are here

public function AutoEntityLabelConfigTask::__construct in Automatic Entity Label 8

Same name and namespace in other branches
  1. 8.3 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_manager: The entity manager.

File

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

Class

AutoEntityLabelConfigTask
AutoEntityLabelConfigTask class.

Namespace

Drupal\auto_entitylabel\Plugin\Derivative

Code

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