Form submit callback: Rebuild the form and continue.

1 string reference to 'form_test_storage_page_cache_rebuild'
form_test_storage_page_cache_form in modules/simpletest/tests/form_test.module
A simple form for testing form storage when page caching is enabled.

File

modules/simpletest/tests/form_test.module, line 917
Helper module for the form API tests.

Code

function form_test_storage_page_cache_rebuild($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
}