1 form_test.module form_test_storage_page_cache_rebuild($form, &$form_state)

Form submit callback: Rebuild the form and continue.

File

core/modules/simpletest/tests/form_test.module, line 1004
Helper module for the Form API tests.

Code

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