You are here

public function BatchUpdateForm::__construct in Entity Usage 8.2

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

BatchUpdateForm constructor.

Parameters

\Drupal\entity_usage\EntityUsageBatchManager $batch_manager: The entity usage batch manager.

File

src/Form/BatchUpdateForm.php, line 28

Class

BatchUpdateForm
Form to launch batch tracking of existing entities.

Namespace

Drupal\entity_usage\Form

Code

public function __construct(EntityUsageBatchManager $batch_manager) {
  $this->batchManager = $batch_manager;
}