20 calls to batch_get()

authorize.php in drupal/core/authorize.php
Administrative script for running authorized file operations.
batch_process in drupal/core/includes/form.inc
Processes the batch.
batch_set in drupal/core/includes/form.inc
Adds a new batch.
drupal_process_form in drupal/core/includes/form.inc
Processes a form submission.
form_execute_handlers in drupal/core/includes/form.inc
Executes custom validation and submission handlers for a given form.
InstallerTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php
Sets up a Drupal site for running functional and integration tests.
install_run_task in drupal/core/includes/install.core.inc
Runs an individual installation task.
locale_translation_manual_status in drupal/core/modules/locale/locale.pages.inc
Page callback: Checks for translation updates and displays the translations status.
ProgrammaticTest::testSubmissionWorkflow in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ProgrammaticTest.php
Test the programmatic form submission workflow.
update.php in drupal/core/update.php
Administrative page for handling updates from one Drupal version to another.
views_exposed_form in drupal/core/modules/views/views.module
Form builder for the exposed widgets form.
WebTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Sets up a Drupal site for running functional and integration tests.
_batch_current_set in drupal/core/includes/batch.inc
Returns the batch set being currently processed.
_batch_finished in drupal/core/includes/batch.inc
Ends the batch processing.
_batch_next_set in drupal/core/includes/batch.inc
Retrieves the next set in a batch.
_batch_page in drupal/core/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_batch_process in drupal/core/includes/batch.inc
Processes sets in a batch.
_batch_progress_page in drupal/core/includes/batch.inc
Outputs a batch processing page.
_batch_shutdown in drupal/core/includes/batch.inc
Shutdown function: Stores the current batch data for the next request.
_system_batch_theme in drupal/core/modules/system/system.module
Theme callback for the default batch page.