function form_test_clicked_button_submit
Form submit handler for the form_test_clicked_button() form.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ form_test.module, line 1683 - Helper module for the form API tests.
Código
function form_test_clicked_button_submit($form, &$form_state) {
drupal_set_message('Submit handler for form_test_clicked_button executed.');
}