update_update_7000

Versions
7
update_update_7000()

Create a queue to store tasks for requests to fetch available update data.

Code

modules/update/update.install, line 50

<?php
function update_update_7000() {
  module_load_include('inc', 'system', 'system.queue');
  $queue = DrupalQueue::get('update_fetch_tasks');
  $queue->createQueue();
}
?>
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.