You are here

function authcache_enum_test_authcache_enum_anonymous_keys in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_enum_anonymous_keys()

File

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

Code

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