function update_cache_clear_submit

Form submission handler for system_modules().

See also

update_form_system_modules_alter()

1 string reference to 'update_cache_clear_submit'
update_form_system_modules_alter in modules/update/update.module
Implements hook_form_FORM_ID_alter() for system_modules().

File

modules/update/update.module, line 360

Code

function update_cache_clear_submit($form, &$form_state) {
    // Clear all update module caches.
    _update_cache_clear();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.