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