Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
bootstrap.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant DRUPAL_BOOTSTRAP_DATABASE
Third bootstrap phase: initialize database layer.
3 uses of DRUPAL_BOOTSTRAP_DATABASE
drupal_bootstrap
in drupal/
includes/
bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_theme_initialize
in drupal/
includes/
theme.inc
Initializes the theme system by loading the theme.
update_prepare_d7_bootstrap
in drupal/
includes/
update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.
File
drupal/
includes/
bootstrap.inc
, line 132
Functions that need to be loaded on every Drupal request.
Code
define
(
'DRUPAL_BOOTSTRAP_DATABASE'
,
2
);