You are here

function authcache_enum_test_authcache_enum_key_properties in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_enum_key_properties()

File

modules/authcache_enum/tests/authcache_enum_test.module, line 29
Stub module for Authcache Enum test.

Code

function authcache_enum_test_authcache_enum_key_properties() {
  return HookStub::record(__FUNCTION__, func_get_args());
}