Same name and namespace in other branches
  1. 4.7.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
  2. 5.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
  3. 7.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL

Final bootstrap phase: Drupal is fully loaded; validate and fix input data.

6 uses of DRUPAL_BOOTSTRAP_FULL
cron.php in ./cron.php
drupal_install_system in includes/install.inc
Callback to install the system module.
index.php in ./index.php
install_tasks in ./install.php
Tasks performed after the database is initialized.
update.php in ./update.php
Administrative page for handling updates from one Drupal version to another.

... See full list

File

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

Code

define('DRUPAL_BOOTSTRAP_FULL', 8);