1 batch.inc | &_batch_current_set() |
Returns the batch set being currently processed.
File
- core/
includes/ batch.inc, line 386 - Batch processing API for processes to run in multiple HTTP requests.
Code
function &_batch_current_set() {
$batch = &batch_get();
return $batch['sets'][$batch['current_set']];
}