1 update.module update_fetch_data()

Attempts to fetch update data after loading the necessary include file.

See also

_update_fetch_data()

File

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

Code

function update_fetch_data() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_fetch_data();
}