function authcache_ajax_test_authcache_p13n_assembly in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_p13n_assembly().
File
- modules/
authcache_ajax/ tests/ authcache_ajax_test.module, line 59 - Stub module for Authcache Ajax tests.
Code
function authcache_ajax_test_authcache_p13n_assembly() {
return array(
'ajax-test-assembly' => array(),
);
}