function form_test_clicked_button_submit

Form submit handler for the form_test_clicked_button() form.

File

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

Code

function form_test_clicked_button_submit($form, &$form_state) {
    drupal_set_message('Submit handler for form_test_clicked_button executed.');
}

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