constant DRUPAL_BOOTSTRAP_CONFIGURATION

First bootstrap phase: initialize configuration.

4 uses of DRUPAL_BOOTSTRAP_CONFIGURATION
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_handle_request in drupal/core/includes/bootstrap.inc
Handles an entire PHP request.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.

File

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

Code

const DRUPAL_BOOTSTRAP_CONFIGURATION = 0;