1 form_test.module form_test_clicked_button_submit($form, &$form_state)

Form submit handler for the form_test_clicked_button() form.

File

core/modules/simpletest/tests/form_test.module, line 2352
Helper module for the Form API tests.

Code

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