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_SESSION
Sixth bootstrap phase: initialize session handling.
3 uses of DRUPAL_BOOTSTRAP_SESSION
authorize.php
in drupal/
core/
authorize.php
Administrative script for running authorized file operations.
drupal_bootstrap
in drupal/
core/
includes/
bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
update.php
in drupal/
core/
update.php
Administrative page for handling updates from one Drupal version to another.
File
drupal/
core/
includes/
bootstrap.inc
, line 163
Functions that need to be loaded on every Drupal request.
Code
const
DRUPAL_BOOTSTRAP_SESSION
=
5
;