function _background_batch_process_callback in Background Process 8
Same name and namespace in other branches
- 6 background_batch/background_batch.module \_background_batch_process_callback()
- 7.2 background_batch/background_batch.module \_background_batch_process_callback()
- 7 background_batch/background_batch.module \_background_batch_process_callback()
Implements For Batch Process Callback.
1 string reference to '_background_batch_process_callback'
- background_batch_process_batch in background_batch/
background_batch.module - Implements to Processes the batch.
File
- background_batch/
background_batch.module, line 244 - 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();
}