You are here

service queue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \queue

Class

Drupal\Core\Queue\QueueFactory
6 string references to queue
drupal7.php in core/modules/migrate_drupal/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
DrupalTest::testQueue in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the queue() method.
GarbageCollectionTest::setUp in core/modules/system/src/Tests/KeyValueStore/GarbageCollectionTest.php
Performs setup tasks before each individual test method is run.
LocaleConfigSubscriberTest::setUp in core/modules/locale/src/Tests/LocaleConfigSubscriberTest.php
Performs setup tasks before each individual test method is run.
QueueSerializationTest::setUp in core/modules/system/src/Tests/Queue/QueueSerializationTest.php
Performs setup tasks before each individual test method is run.

... See full list

File

core/core.services.yml
core/core.services.yml

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