32 calls to batch_set() in Drupal 10
- BatchTestChainedForm::batchTestChainedFormSubmit1 in core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestChainedForm.php - Form submission handler #1 for batch_test_chained_form.
- BatchTestChainedForm::batchTestChainedFormSubmit2 in core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestChainedForm.php - Form submission handler #2 for batch_test_chained_form.
- BatchTestChainedForm::batchTestChainedFormSubmit4 in core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestChainedForm.php - Form submission handler #4 for batch_test_chained_form.
- BatchTestController::testFinishRedirect in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Fires a batch process without a form submission and a finish redirect.
- BatchTestController::testLargePercentage in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Fires a batch process without a form submission.
- BatchTestController::testNestedDrupalFormSubmit in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Submits a form within a batch programmatically.
- BatchTestController::testNoForm in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Fires a batch process without a form submission.
- BatchTestController::testThemeBatch in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Runs a batch for testing theme used on the progress page.
- BatchTestController::testTitleBatch in core/
modules/ system/ tests/ modules/ batch_test/ src/ Controller/ BatchTestController.php - Runs a batch for testing the title shown on the progress page.
- BatchTestMultiStepForm::submitForm in core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestMultiStepForm.php - Form submission handler.
- BatchTestSimpleForm::submitForm in core/
modules/ system/ tests/ modules/ batch_test/ src/ Form/ BatchTestSimpleForm.php - Form submission handler.
- BatchUserAction::executeMultiple in core/
modules/ views/ tests/ modules/ user_batch_action_test/ src/ Plugin/ Action/ BatchUserAction.php - Executes the plugin for an array of objects.
- ConfigSingleImportForm::submitForm in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Form submission handler.
- ConfigSync::submitForm in core/
modules/ config/ src/ Form/ ConfigSync.php - Form submission handler.
- DbUpdateController::triggerBatch in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Starts the database update batch process.
- ImportForm::submitForm in core/
modules/ locale/ src/ Form/ ImportForm.php - Form submission handler.
- install_run_task in core/
includes/ install.core.inc - Runs an individual installation task.
- locale_form_language_admin_add_form_alter_submit in core/
modules/ locale/ locale.module - Form submission handler for language_admin_add_form().
- locale_system_update in core/
modules/ locale/ locale.module - Imports translations when new modules or themes are installed.
- locale_translation_check_projects_batch in core/
modules/ locale/ locale.compare.inc - Gets and stores the status and timestamp of remote po files.
- 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.
- PrepareModulesEntityUninstallForm::submitForm in core/
modules/ system/ src/ Form/ PrepareModulesEntityUninstallForm.php - Form submission handler.
- ReviewForm::submitForm in core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php - Form submission handler.
- test_batch_test_install in core/
modules/ system/ tests/ modules/ test_batch_test/ test_batch_test.install - Implements hook_install().
- TranslationStatusForm::submitForm in core/
modules/ locale/ src/ Form/ TranslationStatusForm.php - Form submission handler.
- UpdateController::updateStatusManually in core/
modules/ update/ src/ Controller/ UpdateController.php - Manually checks the update status without the use of cron.
- UpdateManagerUpdate::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerUpdate.php - Form submission handler.
- update_authorize_run_install in core/
modules/ update/ update.authorize.inc - Installs a new project when invoked by authorize.php.
- update_authorize_run_update in core/
modules/ update/ update.authorize.inc - Updates existing projects when invoked by authorize.php.
- user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- _batch_test_nested_batch_callback in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().