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