You are here

public function BatchUpdateForm::__construct in Entity Usage 8.3

Same name and namespace in other branches
  1. 8 src/Form/BatchUpdateForm.php \Drupal\entity_usage\Form\BatchUpdateForm::__construct()
  2. 8.2 src/Form/BatchUpdateForm.php \Drupal\entity_usage\Form\BatchUpdateForm::__construct()

BatchUpdateForm constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager: The EntityTypeManager service.

File

src/Form/BatchUpdateForm.php, line 29

Class

BatchUpdateForm
Form to launch batch tracking of existing entities.

Namespace

Drupal\entity_usage\Form

Code

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