constant DRUPAL_BOOTSTRAP_FULL

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

14 uses of DRUPAL_BOOTSTRAP_FULL
ajax_footer in drupal/includes/ajax.inc
Performs end-of-Ajax-request tasks.
cron.php in drupal/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
drupal_bootstrap in drupal/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
drupal_exit in drupal/includes/common.inc
Performs end-of-request tasks.
drupal_get_complete_schema in drupal/includes/bootstrap.inc
Gets the whole database schema.

... See full list

File

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

Code

define('DRUPAL_BOOTSTRAP_FULL', 7);