function update_update_7000
Create a queue to store tasks for requests to fetch available update data.
Related topics
File
-
modules/
update/ update.install, line 169
Code
function update_update_7000() {
module_load_include('inc', 'system', 'system.queue');
$queue = DrupalQueue::get('update_fetch_tasks');
$queue->createQueue();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.