update_fetch_data

Versions
7
update_fetch_data()

Wrapper to load the include file and then attempt to fetch update data.

▾ 1 function calls update_fetch_data()

update_get_available in modules/update/update.module
Internal helper to try to get the update information from the cache if possible, and to refresh the cache when necessary.

Code

modules/update/update.module, line 556

<?php
function update_fetch_data() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_fetch_data();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.