9 calls to Drupal::queue() in Drupal 9
- 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/ tests/ src/ Functional/ 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.
- MediaSourceTest::testThumbnail in core/
modules/ media/ tests/ src/ Kernel/ MediaSourceTest.php - Tests the thumbnail functionality.
- UpdateSemverCoreTest::testFetchTasks in core/
modules/ update/ tests/ src/ Functional/ UpdateSemverCoreTest.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().