You are here

protected property BatchUpdateForm::$entityTypeManager in Entity Usage 8.3

Same name and namespace in other branches
  1. 8 src/Form/BatchUpdateForm.php \Drupal\entity_usage\Form\BatchUpdateForm::entityTypeManager

The EntityTypeManager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Form/BatchUpdateForm.php, line 21

Class

BatchUpdateForm
Form to launch batch tracking of existing entities.

Namespace

Drupal\entity_usage\Form

Code

protected $entityTypeManager;