Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
QueryTrait::$workspaceManager property core/modules/workspaces/src/EntityQuery/QueryTrait.php The workspace manager.
QueryTrait::isSimpleQuery function core/modules/workspaces/src/EntityQuery/QueryTrait.php
QueryTrait::prepare function core/modules/workspaces/src/EntityQuery/QueryTrait.php
QueryTrait::__construct function core/modules/workspaces/src/EntityQuery/QueryTrait.php Constructs a Query object.
queue service core/core.services.yml Drupal\Core\Queue\QueueFactory
Queue operations group core/core.api.php Queue items to allow later processing.
queue.database service core/core.services.yml Drupal\Core\Queue\QueueDatabaseFactory
QueueDatabaseFactory class core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php Defines the queue factory for the database backend.
QueueDatabaseFactory.php file core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php
QueueDatabaseFactory::$connection property core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php The database connection.
QueueDatabaseFactory::get function core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php
QueueDatabaseFactory::__construct function core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php Constructs this factory object.
QueueExceptionsTest class core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php Tests queue exceptions.
QueueExceptionsTest.php file core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php
QueueExceptionsTest::testDelayedRequeueExceptionCallsParentConstructor function core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php Tests that the `DelayedRequeueException` calls parent constructor.
QueueFactory class core/lib/Drupal/Core/Queue/QueueFactory.php Defines the queue factory.
QueueFactory.php file core/lib/Drupal/Core/Queue/QueueFactory.php
QueueFactory::$queues property core/lib/Drupal/Core/Queue/QueueFactory.php Instantiated queues, keyed by name.
QueueFactory::$settings property core/lib/Drupal/Core/Queue/QueueFactory.php The settings object.
QueueFactory::get function core/lib/Drupal/Core/Queue/QueueFactory.php Constructs a new queue.
QueueFactory::__construct function core/lib/Drupal/Core/Queue/QueueFactory.php Constructs QueueFactory object.
QueueFactoryInterface interface core/lib/Drupal/Core/Queue/QueueFactoryInterface.php An interface defining queue factory classes.
QueueFactoryInterface.php file core/lib/Drupal/Core/Queue/QueueFactoryInterface.php
QueueFactoryInterface::get function core/lib/Drupal/Core/Queue/QueueFactoryInterface.php Constructs a new queue object for a given name.
QueueGarbageCollectionInterface interface core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Queue garbage collection interface.
QueueGarbageCollectionInterface.php file core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php
QueueGarbageCollectionInterface::garbageCollection function core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Cleans queues of garbage.
QueueInterface interface core/lib/Drupal/Core/Queue/QueueInterface.php Interface for a queue.
QueueInterface.php file core/lib/Drupal/Core/Queue/QueueInterface.php
QueueInterface::claimItem function core/lib/Drupal/Core/Queue/QueueInterface.php Claims an item in the queue for processing.
QueueInterface::createItem function core/lib/Drupal/Core/Queue/QueueInterface.php Adds a queue item and store it directly to the queue.
QueueInterface::createQueue function core/lib/Drupal/Core/Queue/QueueInterface.php Creates a queue.
QueueInterface::deleteItem function core/lib/Drupal/Core/Queue/QueueInterface.php Deletes a finished item from the queue.
QueueInterface::deleteQueue function core/lib/Drupal/Core/Queue/QueueInterface.php Deletes a queue and every item in the queue.
QueueInterface::numberOfItems function core/lib/Drupal/Core/Queue/QueueInterface.php Retrieves the number of items in the queue.
QueueInterface::releaseItem function core/lib/Drupal/Core/Queue/QueueInterface.php Releases an item that the worker could not process.
QueueSerializationTest class core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Tests serializing a form with an injected DatabaseQueue instance.
QueueSerializationTest.php file core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::$modules property core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::$queue property core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php The queue object.
QueueSerializationTest::buildForm function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::getFormId function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::process function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Process callback.
QueueSerializationTest::setUp function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::submitForm function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueSerializationTest::testQueueSerialization function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Tests queue injection serialization.
QueueSerializationTest::validateForm function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
QueueTest class core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php Queues and unqueues a set of items to check the basic queue functionality.
QueueTest.php file core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php
QueueTest::queueScore function core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php Returns the number of equal items in two arrays.

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