Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
bootstrap.inc
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
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
;