public function BatchUpdateForm::__construct in Entity Usage 8
Same name and namespace in other branches
- 8.2 src/Form/BatchUpdateForm.php \Drupal\entity_usage\Form\BatchUpdateForm::__construct()
- 8.3 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\FormCode
public function __construct(EntityTypeManagerInterface $entity_manager) {
$this->entityTypeManager = $entity_manager;
}