function authcache_test_authcache_key_properties_alter in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_key_properties_alter().
File
- tests/
authcache_test.module, line 414 - Mock module to aid in testing authcache.module.
Code
function authcache_test_authcache_key_properties_alter(&$properties) {
}