function strongarm_form_system_module_alter in Strongarm 7.2
Same name and namespace in other branches
- 6.2 strongarm.module \strongarm_form_system_module_alter()
Implements 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();
}