form_test_clicked_button_submit

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

Form submit handler for the form_test_clicked_button() form.

File

modules/simpletest/tests/form_test.module, line 1601
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.');
}
Login or register to post comments