function form_test_clicked_button_submit

7.x form_test.module form_test_clicked_button_submit($form, &$form_state)

Form submit handler for the form_test_clicked_button() form.

File

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

Code

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