1 form_test.module | _form_test_input_forgery_submit($form, &$form_state) |
Return the form values via JSON.
File
- core/
modules/ simpletest/ tests/ form_test.module, line 2164 - Helper module for the Form API tests.
Code
function _form_test_input_forgery_submit($form, &$form_state) {
backdrop_json_output($form_state['values']);
exit();
}