function update_fetch_data

update_fetch_data()

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

See also

_update_fetch_data()

File

modules/update/update.module, line 477
Handles updates of Drupal core and contributed projects.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!update!update.module/function/update_fetch_data/7.x