You are here

public function MenuLinksTask::__construct in Entity Extra Field 8

Same name and namespace in other branches
  1. 2.0.x modules/entity_extra_field_ui/src/Plugin/Derivative/MenuLinksTask.php \Drupal\entity_extra_field_ui\Plugin\Derivative\MenuLinksTask::__construct()

Menu links task constructor.

Parameters

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

File

modules/entity_extra_field_ui/src/Plugin/Derivative/MenuLinksTask.php, line 29

Class

MenuLinksTask
Define menu links task derivative.

Namespace

Drupal\entity_extra_field_ui\Plugin\Derivative

Code

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