function update_install
Implements hook_install().
File
-
core/
modules/ update/ update.install, line 76
Code
function update_install() {
$queue = \Drupal::queue('update_fetch_tasks', TRUE);
$queue->createQueue();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.