public function AutoEntityLabelConfigTask::__construct in Automatic Entity Label 8.3
Same name and namespace in other branches
- 8 src/Plugin/Derivative/AutoEntityLabelConfigTask.php \Drupal\auto_entitylabel\Plugin\Derivative\AutoEntityLabelConfigTask::__construct()
- 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\DerivativeCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}