Same name and namespace in other branches
  1. 5.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_CONFIGURATION
  2. 6.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_CONFIGURATION

First bootstrap phase: initialize configuration.

5 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
drupal_bootstrap in includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
http.php in modules/simpletest/tests/http.php
Fake an HTTP request, for use during testing.
https.php in modules/simpletest/tests/https.php
Fake an HTTPS request, for use during testing.
install_begin_request in includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
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 122
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_CONFIGURATION', 0);