constant DRUPAL_BOOTSTRAP_PAGE_CACHE in Drupal 7
Same name and namespace in other branches
- 4 includes/bootstrap.inc \DRUPAL_BOOTSTRAP_PAGE_CACHE
Second bootstrap phase: try to serve a cached page.
1 use of DRUPAL_BOOTSTRAP_PAGE_CACHE
- drupal_bootstrap in includes/
bootstrap.inc - Ensures Drupal is bootstrapped to the specified phase.
File
- includes/
bootstrap.inc, line 127 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_BOOTSTRAP_PAGE_CACHE', 1);