1.20.x form_test.module _form_test_input_forgery_submit($form, &$form_state)

Return the form values via JSON.

File

modules/simpletest/tests/form_test.module, line 1922
Helper module for the form API tests.

Code

function _form_test_input_forgery_submit($form, &$form_state) {
  backdrop_json_output($form_state['values']);
  exit();
}