update_create_fetch_task

Versions
7
update_create_fetch_task($project)

Wrapper to load the include file and then create a new fetch task.

See also

_update_create_fetch_task()

▾ 2 functions call update_create_fetch_task()

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.
_update_refresh in modules/update/update.fetch.inc
Clear out all the cached available update data and initiate re-fetching.

Code

modules/update/update.module, line 538

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