You are here

18 calls to batch_get() in Drupal 9

authorize.php in core/authorize.php
Administrative script for running authorized file operations.
BatchNegotiator::determineActiveTheme in core/modules/system/src/Theme/BatchNegotiator.php
Determine the active theme for the request.
batch_process in core/includes/form.inc
Processes the batch.
batch_set in core/includes/form.inc
Adds a new batch.
FormSubmitter::batchGet in core/lib/Drupal/Core/Form/FormSubmitter.php
Wraps batch_get().
install_run_task in core/includes/install.core.inc
Runs an individual installation task.
LocaleController::checkTranslation in core/modules/locale/src/Controller/LocaleController.php
Checks for translation updates and displays the translations status.
ProgrammaticTest::testSubmissionWorkflow in core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php
Tests the programmatic form submission workflow.
test_batch_test_install in core/modules/system/tests/modules/test_batch_test/test_batch_test.install
Implements hook_install().
ViewsExposedForm::buildForm in core/modules/views/src/Form/ViewsExposedForm.php
Form constructor.
_batch_current_set in core/includes/batch.inc
Returns the batch set being currently processed.
_batch_finished in core/includes/batch.inc
Ends the batch processing.
_batch_next_set in core/includes/batch.inc
Retrieves the next set in a batch.
_batch_page in core/includes/batch.inc
Renders the batch processing page based on the current state of the batch.
_batch_process in core/includes/batch.inc
Processes sets in a batch.
_batch_progress_page in core/includes/batch.inc
Outputs a batch processing page.
_batch_shutdown in core/includes/batch.inc
Shutdown function: Stores the current batch data for the next request.
_batch_test_nested_batch_callback in core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
Implements callback_batch_operation().