You are here

19 string references to queue in Drupal 10

BatchBuilder::toArray in core/lib/Drupal/Core/Batch/BatchBuilder.php
Converts a \Drupal\Core\Batch\Batch object into an array.
BatchBuilderTest::testDefaultValues in core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
Tests the default values.
BatchBuilderTest::testSetQueue in core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
Tests setQueue().
CronQueueTest::setUp in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
CronQueueTest::testDatabaseQueueReturnTypes in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that database queue implementation complies with interfaces specs.
CronQueueTest::testDelayException in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that DelayedRequeueException behaves as expected when running cron.
CronQueueTest::testExceptions in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that exceptions thrown by workers are handled properly.
CronQueueTest::testLeaseTime in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
Tests that leases are expiring correctly, also within the same request.
DatabaseQueue.php in core/lib/Drupal/Core/Queue/DatabaseQueue.php
drupal7.php in core/modules/tracker/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/rdf/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
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.
LocaleTranslation::create in core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php
ProcessingTest::testBatchForm in core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
system_cron in core/modules/system/system.module
Implements hook_cron().
_batch_populate_queue in core/includes/form.inc
Populates a job queue with the operations of a batch set.
_batch_process in core/includes/batch.inc
Processes sets in a batch.
_batch_queue in core/includes/form.inc
Returns a queue object for a batch set.