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
Code
define('DRUPAL_BOOTSTRAP_FULL', 7);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.