function strongarm_form_system_module_alter in Strongarm 6.2
Same name and namespace in other branches
- 7.2 strongarm.module \strongarm_form_system_module_alter()
Implementation of hook_form_alter() for system_module form. Clear strongarm & variable caches on modules page.
File
- ./
strongarm.module, line 25
Code
function strongarm_form_system_module_alter(&$form, &$form_state) {
strongarm_flush_caches();
}