You are here

function authcache_menu_test_authcache_p13n_client in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_client().

File

modules/authcache_menu/tests/authcache_menu_test.module, line 97
Stub module for Authcache Menu test.

Code

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