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