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