constant DRUPAL_BOOTSTRAP_DATABASE

Fourth bootstrap phase: initialize database layer.

3 uses of DRUPAL_BOOTSTRAP_DATABASE
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_theme_initialize in drupal/core/includes/theme.inc
Initializes the theme system by loading the theme.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.

File

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

Code

const DRUPAL_BOOTSTRAP_DATABASE = 3;