You are here

function authcache_p13n_test_form_submit in Authenticated User Page Caching (Authcache) 7.2

Form API callback: Submit test form.

File

modules/authcache_p13n/tests/authcache_p13n_test.module, line 56
Stub module for authcache personalization tests.

Code

function authcache_p13n_test_form_submit($form, &$form_state) {
  return HookStub::record(__FUNCTION__, func_get_args());
}