- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- backdrop_process_form in core/
includes/ form.inc - Processes a form submission.
- batch_process in core/
includes/ form.inc - Processes the batch.
- batch_set in core/
includes/ form.inc - Adds a new batch.
- FormsProgrammaticTestCase::testSubmissionWorkflow in core/
modules/ simpletest/ tests/ form.test - Test the programmatic form submission workflow.
- form_execute_handlers in core/
includes/ form.inc - Executes custom validation and submission handlers for a given form.
- installer_manager_download_project in core/
modules/ installer/ installer.manager.inc - Downloads a project given a project url.
- install_run_task in core/
includes/ install.core.inc - Runs an individual installation task.
- update.php in core/
update.php - Administrative page for handling updates from one Backdrop version to another.
- views_exposed_form in core/
modules/ views/ views.module - Form builder for the exposed widgets form.
- _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.
- _system_batch_theme in core/
modules/ system/ system.module - Theme callback for the default batch page.