You are here

function authcache_enum_test_authcache_enum_key_property_info in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_enum_key_property_info()

File

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

Code

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