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

1
2
3
function update_refresh() {
  \Drupal::service('update.manager')->refreshUpdateData();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.