constant MAINTENANCE_MODE
Same name in this branch
- 7.x drupal-7.x/install.php \MAINTENANCE_MODE
- 7.x drupal-7.x/update.php \MAINTENANCE_MODE
- 7.x drupal-7.x/authorize.php \MAINTENANCE_MODE
Same name and namespace in other branches
- 6.x drupal-6.x/install.php \MAINTENANCE_MODE
- 6.x drupal-6.x/update.php \MAINTENANCE_MODE
Global flag indicating that update.php is being run.
When this flag is set, various operations do not take place, such as invoking hook_init() and hook_exit(), css/js preprocessing, and translation.
Archivo
- drupal-7.x/
update.php, line 28 - Administrative page for handling updates from one Drupal version to another.
Código
define('MAINTENANCE_MODE', 'update')