constant DRUPAL_BOOTSTRAP_CODE

Eighth bootstrap phase: load code for subsystems and modules.

3 uses of DRUPAL_BOOTSTRAP_CODE
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.
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 168
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_BOOTSTRAP_CODE = 6;