You are here

function authcache_form_test_authcache_p13n_client in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_p13n_client().

File

modules/authcache_form/tests/authcache_form_test.module, line 95
Stub module for Authcache Form test.

Code

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