function form_test_clicked_button_submit in Drupal 7
Form submit handler for the form_test_clicked_button() form.
File
- modules/
simpletest/ tests/ form_test.module, line 1853 - 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.');
}