function form_test_validate_no_token_submit
Form submission handler for form_test_validate_no_token().
File
-
modules/
simpletest/ tests/ form_test.module, line 481
Code
function form_test_validate_no_token_submit($form, &$form_state) {
drupal_set_message('The form_test_validate_no_token form has been submitted successfully.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.