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