W3cubDocs

/Drupal 8

function update_storage_clear_submit

update_storage_clear_submit($form, FormStateInterface $form_state)

Form submission handler for system_modules().

See also

update_form_system_modules_alter()

File

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

Code

function update_storage_clear_submit($form, FormStateInterface $form_state) {
  // Clear all update module data.
  update_storage_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/core!modules!update!update.module/function/update_storage_clear_submit/8.1.x