function authcache_esi_test_page in Authenticated User Page Caching (Authcache) 7.2
Menu callback: Build a page.
1 string reference to 'authcache_esi_test_page'
- authcache_esi_test_menu in modules/
authcache_esi/ tests/ authcache_esi_test.module - Implements hook_menu().
File
- modules/
authcache_esi/ tests/ authcache_esi_test.module, line 23 - Stub module for Authcache ESI test.
Code
function authcache_esi_test_page() {
return HookStub::record(__FUNCTION__, func_get_args());
}