queue

Same name and namespace in other branches
  1. 9 core/core.services.yml \queue
  2. 8.9.x core/core.services.yml \queue

Class

Drupal\Core\Queue\QueueFactory
11 string references to queue
BatchBuilderTest::testDefaultValues in core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
Tests the default values.
CronQueueTest::setUp in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
CronQueueTest::testDelayException in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that DelayedRequeueException behaves as expected when running cron.
drupal7.php in core/modules/tracker/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/forum/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Queue\QueueFactory
  2. arguments:
  3. - '@settings'
  4. calls:
  5. - [setContainer, ['@service_container']]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.