constant DRUPAL_BOOTSTRAP_VARIABLES

Fifth bootstrap phase: initialize the variable system.

4 uses of DRUPAL_BOOTSTRAP_VARIABLES
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
statistics.php in drupal/core/modules/statistics/statistics.php
Handles counts of node views via AJAX with minimal bootstrap.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
_drupal_bootstrap_page_cache in drupal/core/includes/bootstrap.inc
Attempts to serve a page from the cache.

File

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

Code

const DRUPAL_BOOTSTRAP_VARIABLES = 4;