Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. update.install

function update_install

Implements hook_install().

File

core/modules/update/update.install, line 76

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal