DRUPAL_BOOTSTRAP_DATABASE
Third bootstrap phase: initialize database layer.
3 uses of DRUPAL_BOOTSTRAP_DATABASE
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
- drupal_theme_initialize in includes/
theme.inc - Initializes the theme system by loading the theme.
- update_prepare_d7_bootstrap in includes/
update.inc - Performs extra steps required to bootstrap when using a Drupal 6 database.
File
-
includes/
bootstrap.inc, line 132
Code
define('DRUPAL_BOOTSTRAP_DATABASE', 2);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.