constant DRUPAL_BOOTSTRAP_VARIABLES

Fourth bootstrap phase: initialize the variable system.

5 uses of DRUPAL_BOOTSTRAP_VARIABLES
drupal_bootstrap in drupal/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
statistics.php in drupal/modules/statistics/statistics.php
Handles counts of node views via Ajax with minimal bootstrap.
statistics_exit in drupal/modules/statistics/statistics.module
Implements hook_exit().
update_prepare_d7_bootstrap in drupal/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.
_drupal_bootstrap_page_cache in drupal/includes/bootstrap.inc
Attempts to serve a page from the cache.

File

drupal/includes/bootstrap.inc, line 137
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_VARIABLES', 3);