function form_test_storage_page_cache_rebuild
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
Code
function form_test_storage_page_cache_rebuild($form, &$form_state) {
$form_state['rebuild'] = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.