function form_test_select_submit

Form submit handler for form_test_select().

Archivo

drupal-7.x/modules/simpletest/tests/form_test.module, line 1136
Helper module for the form API tests.

Código

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