11 string references to maintenance_mode in Drupal 10
- DbUpdateController::batchFinished in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Finishes the update process and stores the results for eventual display.
- DbUpdateController::triggerBatch in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Starts the database update batch process.
- drupal7.php in core/
modules/ tracker/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- SiteMaintenanceModeForm::buildForm in core/
modules/ system/ src/ Form/ SiteMaintenanceModeForm.php - Form constructor.
- SiteMaintenanceModeForm::submitForm in core/
modules/ system/ src/ Form/ SiteMaintenanceModeForm.php - Form submission handler.
- UpdateReady::buildForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form constructor.
- UpdateReady::submitForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form submission handler.
- UpdateUploadTest::testUploadModule in core/
modules/ update/ tests/ src/ Functional/ UpdateUploadTest.php - Tests upload, extraction, and update of a module.
- update_authorize_install_batch_finished in core/
modules/ update/ update.authorize.inc - Implements callback_batch_finished().
- update_authorize_update_batch_finished in core/
modules/ update/ update.authorize.inc - Batch callback: Performs actions when the authorized update batch is done.