constant MAINTENANCE_MODE

Same name in this branch
  1. 7.x drupal-7.x/install.php \MAINTENANCE_MODE
  2. 7.x drupal-7.x/update.php \MAINTENANCE_MODE
  3. 7.x drupal-7.x/authorize.php \MAINTENANCE_MODE
Same name and namespace in other branches
  1. 6.x drupal-6.x/install.php \MAINTENANCE_MODE
  2. 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')