function form_test_wrapper_callback_form
Form builder for form wrapper callback test.
1 string reference to 'form_test_wrapper_callback_form'
- form_test_menu in modules/
simpletest/ tests/ form_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ form_test.module, line 1061
Code
function form_test_wrapper_callback_form($form, &$form_state) {
$form['builder'] = array(
'#markup' => 'Form builder element output.',
);
return $form;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.