17 calls to batch_get()

authorize.php in drupal/authorize.php
Administrative script for running authorized file operations.
batch_process in drupal/includes/form.inc
Processes the batch.
batch_set in drupal/includes/form.inc
Adds a new batch.
drupal_process_form in drupal/includes/form.inc
Processes a form submission.
FormsProgrammaticTestCase::testSubmissionWorkflow in drupal/modules/simpletest/tests/form.test
Test the programmatic form submission workflow.
form_execute_handlers in drupal/includes/form.inc
Executes custom validation and submission handlers for a given form.
install_run_task in drupal/includes/install.core.inc
Runs an individual installation task.
update.php in drupal/update.php
Administrative page for handling updates from one Drupal version to another.
_batch_current_set in drupal/includes/batch.inc
Returns the batch set being currently processed.
_batch_finished in drupal/includes/batch.inc
Ends the batch processing.
_batch_next_set in drupal/includes/batch.inc
Retrieves the next set in a batch.
_batch_page in drupal/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_batch_process in drupal/includes/batch.inc
Processes sets in a batch.
_batch_progress_page_js in drupal/includes/batch.inc
Outputs a batch processing page with JavaScript support.
_batch_progress_page_nojs in drupal/includes/batch.inc
Outputs a batch processing page without JavaScript support.
_batch_shutdown in drupal/includes/batch.inc
Shutdown function: Stores the current batch data for the next request.
_system_batch_theme in drupal/modules/system/system.module
Theme callback for the default batch page.