service queue in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \queue
Class
Drupal\Core\Queue\QueueFactory6 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/ 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Queue\QueueFactory
- arguments:
- - '@settings'
- calls:
- - [setContainer, ['@service_container']]