You are here

function wbm2cm_step3 in Workbench Moderation to Content Moderation 8

1 string reference to 'wbm2cm_step3'
MigrateBatchController::migrate in src/Controller/MigrateBatchController.php
Set the batch tasks and trigger batch process.

File

./wbm2cm.migrate.inc, line 18
Provides batch processing hooks.

Code

function wbm2cm_step3(&$context) {
  $manager = \Drupal::service('wbm2cm.batch_manager');
  $manager
    ->step3($context);
}