function form_test_select_submit

Form submit handler for form_test_select().

File

modules/simpletest/tests/form_test.module, line 1297

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.