DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE

  1. drupal
    1. 5 includes/bootstrap.inc
    2. 6 includes/bootstrap.inc

Sixth bootstrap phase: load bootstrap.inc and module.inc, start the variable system and try to serve a page from the cache.

File

includes/bootstrap.inc, line 154
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_LATE_PAGE_CACHE', 5)
Login or register to post comments