function ajax_forms_test_validation_form_submit

Submit handler for the validation form.

File

modules/simpletest/tests/ajax_forms_test.module, line 468

Code

function ajax_forms_test_validation_form_submit($form, $form_state) {
  drupal_set_message(t("Validation form submitted"));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.