You are here

13 uses of DRUPAL_ROOT in Authenticated User Page Caching (Authcache) 7.2

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.
AuthcacheWebTestCase::setUp in ./authcache.test
Sets up a Drupal site for running functional and integration tests.
authcache_authcache_request_exclude in ./authcache.module
Implements hook_authcache_request_exclude().
authcache_builtin_cacheinc_retrieve_cache_page in modules/authcache_builtin/authcache_builtin.cache.inc
Send cached page to browser, if found.
authcache_esi_debug_status_fragment in modules/authcache_esi/authcache_esi_debug.module
Page callback: List test results of manual ESI test.
authcache_esi_debug_status_table in modules/authcache_esi/authcache_esi_debug.module
Ajax callback: List test results of manual ESI test.
authcache_p13n_admin_route_page in modules/authcache_p13n/authcache_p13n.admin.inc
Display details for a given route.
authcache_p13n_frontcontroller_prepare_request in modules/authcache_p13n/includes/frontcontroller.inc
Parse request parameters and restore original GET-parameters.
index.php in modules/authcache_builtin/tests/frontcontroller/index.php
Front controller for testing the page cache handler.