You are here

function authcache_form_test_form in Authenticated User Page Caching (Authcache) 7.2

Menu callback: Build a form.

3 string references to 'authcache_form_test_form'
AuthcacheFormTestBaseFormIdToken::testBaseFormId in modules/authcache_form/tests/authcache_form.test
Test token removal functionality.
AuthcacheFormTestTokenRemoval::testTokenRemoval in modules/authcache_form/tests/authcache_form.test
Test token removal functionality.
authcache_form_test_menu in modules/authcache_form/tests/authcache_form_test.module
Implements hook_menu().

File

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

Code

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