constant DRUPAL_BOOTSTRAP_DATABASE
- 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_DATABASE
- 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_DATABASE
Third bootstrap phase: initialize database layer.
3 uses of DRUPAL_BOOTSTRAP_DATABASE
- drupal_bootstrap in drupal-7.x/
includes/ bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
- drupal_theme_initialize in drupal-7.x/
includes/ theme.inc - Initializes the theme system by loading the theme.
- update_prepare_d7_bootstrap in drupal-7.x/
includes/ update.inc - Performs extra steps required to bootstrap when using a Drupal 6 database.
File
- drupal-7.x/
includes/ bootstrap.inc, line 132 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_DATABASE', 2)