constant DRUPAL_BOOTSTRAP_FULL

Final bootstrap phase: initialize language, path, theme, and modules.

7 uses of DRUPAL_BOOTSTRAP_FULL
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_get_complete_schema in drupal/core/includes/schema.inc
Gets the whole database schema.
drupal_goto in drupal/core/includes/common.inc
Sends the user to a different Drupal page.
install_bootstrap_full in drupal/core/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
LegacyRequestSubscriber::onKernelRequestLegacy in drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php
Initializes the rest of the legacy Drupal subsystems.

... See full list

File

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

Code

const DRUPAL_BOOTSTRAP_FULL = 7;