function update_create_fetch_task

update_create_fetch_task($project)

Creates a new fetch task after loading the necessary include file.

Parameters

$project: Associative array of information about a project. See update_get_projects() for the keys used.

See also

_update_create_fetch_task()

File

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

Code

function update_create_fetch_task($project) {
  module_load_include('inc', 'update', 'update.fetch');
  return _update_create_fetch_task($project);
}

© 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_create_fetch_task/7.x