You are here

8 calls to Drupal::queue() in Zircon Profile 8

aggregator_cron in core/modules/aggregator/aggregator.module
Implements hook_cron().
DrupalTest::testQueue in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the queue() method.
hook_cron in core/core.api.php
Perform periodic actions.
LocaleUpdateCronTest::testUpdateCron in core/modules/locale/src/Tests/LocaleUpdateCronTest.php
Tests interface translation update using cron.
locale_cron_fill_queue in core/modules/locale/locale.translation.inc
Populate a queue with project to check for translation updates.
UpdateCoreTest::testFetchTasks in core/modules/update/src/Tests/UpdateCoreTest.php
Tests that exactly one fetch task per project is created and not more.
update_install in core/modules/update/update.install
Implements hook_install().
update_uninstall in core/modules/update/update.install
Implements hook_uninstall().