function update_refresh

Refreshes the release data after loading the necessary include file.

1 call to update_refresh()
UpdateHooks::cron in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_cron().

File

core/modules/update/update.module, line 117

Code

function update_refresh() : void {
  \Drupal::service('update.manager')->refreshUpdateData();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.