constant DRUPAL_BOOTSTRAP_PAGE_HEADER in Drupal 7
Sixth bootstrap phase: set up the page header.
1 use of DRUPAL_BOOTSTRAP_PAGE_HEADER
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
File
- includes/
bootstrap.inc, line 147 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_PAGE_HEADER', 5);