function hook_authcache_enum_key_properties in Authenticated User Page Caching (Authcache) 7.2
Return information about key properties.
This hook is kept for backwards compatibility reasons, but will be removed in the future. Use hook_authcache_enum_key_property_info() instead.
See also
hook_authcache_enum_key_property_info()
1 function implements hook_authcache_enum_key_properties()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- authcache_enum_test_authcache_enum_key_properties in modules/
authcache_enum/ tests/ authcache_enum_test.module - Implements hook_authcache_enum_key_properties()
1 invocation of hook_authcache_enum_key_properties()
- authcache_enum_user_keys in modules/
authcache_enum/ authcache_enum.module - Enumerate every possible authcache key for authenticated users.
File
- modules/
authcache_enum/ authcache_enum.api.php, line 34 - API hooks exposed by the Authcache Enum module.
Code
function hook_authcache_enum_key_properties() {
}