function authcache_p13n_test_form in Authenticated User Page Caching (Authcache) 7.2
Menu callback: Build a form.
1 string reference to 'authcache_p13n_test_form'
- authcache_p13n_test_menu in modules/
authcache_p13n/ tests/ authcache_p13n_test.module - Implements hook_menu().
File
- modules/
authcache_p13n/ tests/ authcache_p13n_test.module, line 49 - Stub module for authcache personalization tests.
Code
function authcache_p13n_test_form($form, &$form_state) {
return HookStub::record(__FUNCTION__, func_get_args()) + $form;
}