DRUPAL_BOOTSTRAP_VARIABLES
Fourth bootstrap phase: initialize the variable system.
5 uses of DRUPAL_BOOTSTRAP_VARIABLES
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
- statistics.php in modules/
statistics/ statistics.php - Handles counts of node views via Ajax with minimal bootstrap.
- statistics_exit in modules/
statistics/ statistics.module - Implements hook_exit().
- update_prepare_d7_bootstrap in includes/
update.inc - Performs extra steps required to bootstrap when using a Drupal 6 database.
- _drupal_bootstrap_page_cache in includes/
bootstrap.inc - Attempts to serve a page from the cache.
File
-
includes/
bootstrap.inc, line 137
Code
define('DRUPAL_BOOTSTRAP_VARIABLES', 3);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.