You are here

service entity_usage.batch_manager in Entity Usage 8.2

Class

Drupal\entity_usage\EntityUsageBatchManager
1 string reference to entity_usage.batch_manager
BatchUpdateForm::create in src/Form/BatchUpdateForm.php
Instantiates a new instance of this class.

File

./entity_usage.services.yml
entity_usage.services.yml

View source
  1. class: Drupal\entity_usage\EntityUsageBatchManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@string_translation'
  5. - '@config.factory'