function authcache_esi_test_authcache_p13n_fragment in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_p13n_fragment().
File
- modules/
authcache_esi/ tests/ authcache_esi_test.module, line 30 - Stub module for Authcache ESI test.
Code
function authcache_esi_test_authcache_p13n_fragment() {
return array(
'esi-test-fragment' => array(),
);
}