update_refresh

Versions
6 – 7
update_refresh()

Wrapper to load the include file and then refresh the release data.

▾ 2 functions call update_refresh()

update_cron in modules/update/update.module
Implementation of hook_cron().
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 380

<?php
function update_refresh() {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_refresh();
}
?>
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.