constant DRUPAL_BOOTSTRAP_CONFIGURATION

First bootstrap phase: initialize configuration.

6 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
http.php in drupal/core/modules/system/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal/core/modules/system/tests/https.php
Fake an HTTPS request, for use during testing.
index.php in drupal/index.php
The PHP page that serves all page requests on a Drupal installation.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.

... See full list

File

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

Code

const DRUPAL_BOOTSTRAP_CONFIGURATION = 0;