You are here

service wbm2cm.batch_manager in Workbench Moderation to Content Moderation 8

Class

\Drupal\wbm2cm\BatchManager
11 string references to wbm2cm.batch_manager
MigrateBatchController::create in src/Controller/MigrateBatchController.php
Instantiates a new instance of this class.
wbm2cm_migrate_finished_callback in ./wbm2cm.migrate.inc
wbm2cm_step1 in ./wbm2cm.migrate.inc
@file Provides batch processing hooks.
wbm2cm_step2 in ./wbm2cm.migrate.inc
wbm2cm_step3 in ./wbm2cm.migrate.inc

... See full list

File

./wbm2cm.services.yml
wbm2cm.services.yml

View source
  1. class: \Drupal\wbm2cm\BatchManager
  2. arguments:
  3. - '@wbm2cm.migrate_manager'
  4. - '@keyvalue'
  5. - '@logger.channel.wbm2cm'