You are here

function authcache_widget_test_form in Authenticated User Page Caching (Authcache) 7.2

Form builder.

1 string reference to 'authcache_widget_test_form'
authcache_widget_test_menu in tests/authcache_widget_test.module
Implements hook_menu().

File

tests/authcache_widget_test.module, line 27
Provides a stub module for testing the authcache form elements.

Code

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