function _background_batch_process_callback in Background Process 7
Same name and namespace in other branches
- 8 background_batch/background_batch.module \_background_batch_process_callback()
- 6 background_batch/background_batch.module \_background_batch_process_callback()
- 7.2 background_batch/background_batch.module \_background_batch_process_callback()
1 string reference to '_background_batch_process_callback'
- background_batch_process_batch in background_batch/
background_batch.module - Processes the batch.
File
- background_batch/
background_batch.module, line 305 - This module adds background processing to Drupals batch API
Code
function _background_batch_process_callback($batch) {
$rbatch =& batch_get();
$rbatch = $batch;
require_once 'background_batch.pages.inc';
_background_batch_page_start();
}