function wbm2cm_step6 in Workbench Moderation to Content Moderation 8
1 string reference to 'wbm2cm_step6'
- MigrateBatchController::migrate in src/
Controller/ MigrateBatchController.php - Set the batch tasks and trigger batch process.
File
- ./
wbm2cm.migrate.inc, line 33 - Provides batch processing hooks.
Code
function wbm2cm_step6(&$context) {
$manager = \Drupal::service('wbm2cm.batch_manager');
$manager
->step6($context);
}