authorize.php in core/authorize.php
Administrative script for running authorized file operations.
BatchControllerTest::testBatchPageTitle in core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php
Tests title callback.
BatchNegotiator::determineActiveTheme in core/modules/system/src/Theme/BatchNegotiator.php
batch_process in core/includes/form.inc
Processes the batch.
batch_set in core/includes/form.inc
Adds a new batch.
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().
_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().