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