- backup_batch in core/
includes/ backup.inc - Starts a batch process to create a backup.
- batch_example_simple_form_submit in modules/
examples/ batch_example/ batch_example.module - Submit handler.
- batch_test_chained_form_submit_1 in core/
modules/ simpletest/ tests/ batch_test.module - Submit handler #1 for the chained form.
- batch_test_chained_form_submit_2 in core/
modules/ simpletest/ tests/ batch_test.module - Submit handler #2 for the chained form.
- batch_test_chained_form_submit_4 in core/
modules/ simpletest/ tests/ batch_test.module - Submit handler #4 for the chained form.
- batch_test_large_percentage in core/
modules/ simpletest/ tests/ batch_test.module - Menu callback: fire a batch process without a form submission.
- batch_test_multistep_form_submit in core/
modules/ simpletest/ tests/ batch_test.module - Submit handler for the multistep form.
- batch_test_nested_backdrop_form_submit in core/
modules/ simpletest/ tests/ batch_test.module - Menu callback: programmatically submits a form within a batch.
- batch_test_no_form in core/
modules/ simpletest/ tests/ batch_test.module - Menu callback: fire a batch process without a form submission.
- batch_test_simple_form_submit in core/
modules/ simpletest/ tests/ batch_test.module - Submit handler for the simple form.
- batch_test_theme_batch in core/
modules/ simpletest/ tests/ batch_test.module - Menu callback: run a batch for testing theme used on the progress page.
- config_sync_form_submit in core/
modules/ config/ config.admin.inc - Submit handler for config_sync_form().
- file_type_classify_confirm_submit in core/
modules/ file/ file.admin.inc - Submit handler for file type classification confirmation form.
- installer_authorize_run_install in core/
modules/ installer/ installer.authorize.inc - Installs a new project when invoked by authorize.php.
- installer_authorize_run_update in core/
modules/ installer/ installer.authorize.inc - Updates existing projects when invoked by authorize.php.
- installer_browser_installation_select_versions_form_submit in core/
modules/ installer/ installer.pages.inc - Submit handler for the select versions form.
- installer_manager_update_form_submit in core/
modules/ installer/ installer.manager.inc - Form submission handler for installer_manager_update_form().
- install_run_task in core/
includes/ install.core.inc - Runs an individual installation task.
- locale_system_update in core/
modules/ locale/ locale.module - Imports translations when new modules or themes are installed.
- locale_translate_add_language_set_batch in core/
modules/ locale/ locale.bulk.inc - Set a batch for newly added language.
- node_access_rebuild in core/
modules/ node/ node.module - Rebuilds the node access database.
- node_mass_update in core/
modules/ node/ node.admin.inc - Updates all nodes in the passed-in array with the passed-in field values.
- path_bulk_update_form_generate_submit in core/
modules/ path/ path.admin.inc - Submit handler for URL alias bulk generate form.
- search_reindex_confirm_submit in core/
modules/ search/ search.admin.inc - Handler for rebuild confirmation
- simpletest_run_tests in core/
modules/ simpletest/ simpletest.module - Actually runs tests.
- system_utf8mb4_convert_form_submit in core/
modules/ system/ system.admin.inc - Form submit function; convert existing database tables to utf8mb4.
- update_batch in core/
includes/ update.inc - Starts the site update batch process.
- update_manual_status in core/
modules/ update/ update.fetch.inc - Page callback: Checks for updates and displays the update status report.
- user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- _batch_test_nested_batch_callback in core/
modules/ simpletest/ tests/ batch_test.callbacks.inc - Batch operation setting up its own batch.