You are here

function views_system_form_system_modules_alter in Views System 7.4

Same name and namespace in other branches
  1. 8 views_system.module \views_system_form_system_modules_alter()

Implements hook_form_FORM_ID_alter(); update data on modules page.

File

./views_system.module, line 70
Extends the Views module and provides fields, filter criteria, and sort criteria for Modules/Themes/Theme engines.

Code

function views_system_form_system_modules_alter(&$form, &$form_state, $form_id) {
  views_system_rebuild_module_data();
}