constant MAINTENANCE_MODE in Zircon Profile 8
Same name in this branch
- 8 core/authorize.php \MAINTENANCE_MODE
- 8 core/install.php \MAINTENANCE_MODE
Same name and namespace in other branches
- 8.0 core/authorize.php \MAINTENANCE_MODE
- 8.0 core/install.php \MAINTENANCE_MODE
Global flag to indicate the site is in installation mode.
The constant is defined using define() instead of const so that PHP versions prior to 5.3 can display proper PHP requirements instead of causing a fatal error.
4 uses of MAINTENANCE_MODE
- hook_cache_flush in core/
core.api.php - Flush all persistent and static caches.
- template_preprocess_status_report in core/
modules/ system/ system.admin.inc - Prepares variables for status report template.
- user_role_permissions in core/
modules/ user/ user.module - Determine the permissions for one or more roles.
- _drupal_maintenance_theme in core/
includes/ theme.maintenance.inc - Sets up the theming system for maintenance page.
File
- core/
install.php, line 18 - Initiates a browser-based installation of Drupal.
Code
define('MAINTENANCE_MODE', 'install');