function _drupal_bootstrap_page_header
Invokes hook_boot(), initializes locking system, and sends HTTP headers.
1 call to _drupal_bootstrap_page_header()
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
File
-
includes/
bootstrap.inc, line 2882
Code
function _drupal_bootstrap_page_header() {
bootstrap_invoke_all('boot');
if (!drupal_is_cli()) {
ob_start();
drupal_page_header();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.