You are here

function authcache_form_test_forms in Authenticated User Page Caching (Authcache) 7.2

Implements hook_forms().

File

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

Code

function authcache_form_test_forms($form_id, $args) {
  return HookStub::record(__FUNCTION__, func_get_args());
}