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