Search for MAINTENANCE_MODE

Constants

NameLocationDescription
MAINTENANCE_MODE./install.phpGlobal flag to indicate that site is in installation mode.
MAINTENANCE_MODE./authorize.phpGlobal flag to identify update.php and authorize.php runs, and so avoid various unwanted operations, such as hook_init() and hook_exit() invokes, css/js preprocessing and translation, and solve some theming issues. This flag is checked on several…
MAINTENANCE_MODE./update.phpGlobal flag indicating that update.php is being run.

Functions & methods

NameLocationDescription
system_site_maintenance_modemodules/system/system.admin.incForm builder; Configure the site's maintenance status.