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();
}
doc_Drupal
2016-10-29 09:51:27
Comments
Leave a Comment

Please login to continue.