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
Code
define('DRUPAL_BOOTSTRAP_CONFIGURATION', 0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.