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