You are here

function wbm2cm_migrate_finished_callback in Workbench Moderation to Content Moderation 8

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

File

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

Code

function wbm2cm_migrate_finished_callback($success, $results, $operations) {
  $manager = \Drupal::service('wbm2cm.batch_manager');
  return $manager
    ->finished($success, $results, $operations);
}