1 update.module | update_refresh() |
Refreshes the release data after loading the necessary include file.
See also
File
- core/
modules/ update/ update.module, line 333 - Handles update checking for Backdrop core and contributed projects.
Code
function update_refresh() {
module_load_include('inc', 'update', 'update.fetch');
return _update_refresh();
}