1 update.module update_cache_clear_submit($form, &$form_state)

Form submission handler for system_modules().

See also

update_form_system_modules_alter()

File

core/modules/update/update.module, line 276
Handles update checking for Backdrop core and contributed projects.

Code

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