update_refresh

update_refresh()

Refreshes the release data after loading the necessary include file.

File

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

Code

function update_refresh() {
  \Drupal::service('update.manager')->refreshUpdateData();
}
doc_Drupal
2016-10-29 09:51:26
Comments
Leave a Comment

Please login to continue.