function _batch_test_batch_0
Batch 0: Does nothing.
File
-
core/
modules/ system/ tests/ modules/ batch_test/ batch_test.module, line 22
Code
function _batch_test_batch_0() {
$batch = [
'operations' => [],
'finished' => '_batch_test_finished_0',
'file' => drupal_get_path('module', 'batch_test') . '/batch_test.callbacks.inc',
'batch_test_id' => 'batch_0',
];
return $batch;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.