function update_install

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/update/update.install \update_install()

Implements hook_install().

Archivo

drupal-7.x/modules/update/update.install, line 71
Install, update, and uninstall functions for the Update Manager module.

Código

function update_install() {
  $queue = DrupalQueue::get('update_fetch_tasks', TRUE);
  $queue->createQueue();
}