constant DRUPAL_BOOTSTRAP_CONFIGURATION

  1. 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_CONFIGURATION
  2. 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_CONFIGURATION

First bootstrap phase: initialize configuration.

4 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
drupal_bootstrap in drupal-6.x/includes/bootstrap.inc
A string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without…
install_main in drupal-6.x/install.php
The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
update.php in drupal-6.x/update.php
Administrative page for handling updates from one Drupal version to another.
_drupal_bootstrap in drupal-6.x/includes/bootstrap.inc

File

drupal-6.x/includes/bootstrap.inc, line 127
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_CONFIGURATION', 0)