function update_cache_clear_submit

update_cache_clear_submit($form, &$form_state)

Form submission handler for system_modules().

See also

update_form_system_modules_alter()

File

modules/update/update.module, line 360
Handles updates of Drupal core and contributed projects.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!update!update.module/function/update_cache_clear_submit/7.x