constant DRUPAL_BOOTSTRAP_FULL in Drupal 7
Same name and namespace in other branches
- 4 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
- 5 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
- 6 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_FULL
Final bootstrap phase: Drupal is fully loaded; validate and fix input data.
14 uses of DRUPAL_BOOTSTRAP_FULL
- ajax_footer in includes/
ajax.inc - Performs end-of-Ajax-request tasks.
- cron.php in ./
cron.php - Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
- drupal_exit in includes/
common.inc - Performs end-of-request tasks.
- drupal_get_complete_schema in includes/
bootstrap.inc - Gets the whole database schema.
File
- includes/
bootstrap.inc, line 157 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_FULL', 7);