You are here

constant DRUPAL_ROOT in Authenticated User Page Caching (Authcache) 7.2

Same name in this branch
  1. 7.2 modules/authcache_p13n/safe_frontcontroller/authcache.php \DRUPAL_ROOT
  2. 7.2 modules/authcache_p13n/frontcontroller/authcache.php \DRUPAL_ROOT
  3. 7.2 modules/authcache_builtin/tests/frontcontroller/index.php \DRUPAL_ROOT
13 uses of DRUPAL_ROOT
authcache.php in modules/authcache_p13n/safe_frontcontroller/authcache.php
Alternative front controller for user specific content fragments.
authcache.php in modules/authcache_p13n/frontcontroller/authcache.php
Default front controller for user specific content fragments.
AuthcacheCommentNumNewSetting::get in modules/authcache_comment/includes/AuthcacheCommentNumNewSetting.inc
Number of new comments for given nids.
AuthcacheFormTokenFragment::render in modules/authcache_form/includes/AuthcacheFormTokenFragment.inc
Render hidden field for CSRF token.
AuthcacheForumNumNewSetting::get in modules/authcache_forum/includes/AuthcacheForumNumNewSetting.inc
Number of new forum topics for user.

... See full list

File

modules/authcache_builtin/tests/frontcontroller/index.php, line 29
Front controller for testing the page cache handler.

Code

define('DRUPAL_ROOT', $drupalroot);