constant DRUPAL_BOOTSTRAP_FULL in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
- 6 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
- 7 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
Final bootstrap phase: Drupal is fully loaded; validate and fix input data.
7 uses of DRUPAL_BOOTSTRAP_FULL
- cron.php in ./
cron.php - drupal_install_profile in includes/
install.inc - Install a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile().
- index.php in ./
index.php - install_complete in ./
install.php - Page displayed when the installation is complete. Called from install.php.
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.
File
- includes/
bootstrap.inc, line 95 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_FULL', 7);