constant DRUPAL_BOOTSTRAP_CONFIGURATION

First bootstrap phase: initialize configuration.

5 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
drupal_bootstrap in drupal/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
http.php in drupal/modules/simpletest/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal/modules/simpletest/tests/https.php
Fake an HTTPS request, for use during testing.
install_begin_request in drupal/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
update_prepare_d7_bootstrap in drupal/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.

File

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

Code

define('DRUPAL_BOOTSTRAP_CONFIGURATION', 0);