Implements hook_install().
function update_install() : void { $queue = \Drupal::queue('update_fetch_tasks', TRUE); $queue->createQueue(); }