function form_test_state_persist_submit
Submit handler.
See also
File
-
modules/
simpletest/ tests/ form_test.module, line 1674
Code
function form_test_state_persist_submit($form, &$form_state) {
drupal_set_message($form_state['value']);
$form_state['rebuild'] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.