You are here

function context_form_system_modules_form_alter in Context 7.3

Implementation of hook_form_alter() for system_modules_form.

File

./context.core.inc, line 207

Code

function context_form_system_modules_form_alter(&$form, $form_state) {
  context_invalidate_cache();
}