function authcache_test_authcache_key_properties in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_key_properties().
2 string references to 'authcache_test_authcache_key_properties'
- AuthcacheAuthenticatedKeysTestCase::testHookAuthcacheKeyProperties in ./
authcache.test - Test custom key properties.
- AuthcacheWebTestCase::resetTestVariables in ./
authcache.test - Reset the variables used for communicating to authcache_test module.
File
- tests/
authcache_test.module, line 407 - Mock module to aid in testing authcache.module.
Code
function authcache_test_authcache_key_properties() {
return variable_get('authcache_test_authcache_key_properties');
}