1 update.module update_refresh()

Refreshes the release data after loading the necessary include file.

See also

_update_refresh()

File

core/modules/update/update.module, line 388
Handles update checking for Backdrop core and contributed projects.

Code

function update_refresh() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_refresh();
}