function update_fetch_data

Same name in other branches
  1. 9 core/modules/update/update.module \update_fetch_data()
  2. 8.9.x core/modules/update/update.module \update_fetch_data()
  3. 10 core/modules/update/update.module \update_fetch_data()
  4. 11.x core/modules/update/update.module \update_fetch_data()

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

See also

_update_fetch_data()

2 calls to update_fetch_data()
update_cron in modules/update/update.module
Implements hook_cron().
update_get_available in modules/update/update.module
Tries to get update information from cache and refreshes it when necessary.

File

modules/update/update.module, line 478

Code

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

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