function views_system_form_system_modules_alter in Views System 8
Same name and namespace in other branches
- 7.4 views_system.module \views_system_form_system_modules_alter()
Implements hook_form_FORM_ID_alter().
File
- ./
views_system.module, line 52 - 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, FormStateInterface $form_state, $form_id) {
views_system_rebuild_module_data();
}