Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CronQueueTest::testDatabaseQueueReturnTypes | function | core/ |
Tests that database queue implementation complies with interfaces specs. |
| CronQueueTest::testDelayException | function | core/ |
Tests that DelayedRequeueException behaves as expected when running cron. |
| CronQueueTest::testLeaseTime | function | core/ |
Tests that leases are expiring correctly, also within the same request. |
| CronQueueTest::testQueueWorkerDeriver | function | core/ |
Tests that cron queues from derivers work. |
| CronQueueTest::testQueueWorkerManagerSafeguard | function | core/ |
Test safeguard against invalid annotations in QueueWorkerManager. |
| CronQueueTest::testRequeueException | function | core/ |
Tests requeue exception is handled properly. |
| CronQueueTest::testSuspendQueueException | function | core/ |
Tests suspend queue exception is handled properly. |
| CronQueueTest::testUncaughtExceptions | function | core/ |
Tests that non-queue exceptions thrown by workers are handled properly. |
| CronQueueTestDatabaseDelayException | class | core/ |
A queue worker for testing cron exception handling. |
| CronQueueTestDatabaseDelayException.php | file | core/ |
|
| CronQueueTestDatabaseDelayException::DELAY_INTERVAL | constant | core/ |
|
| CronQueueTestDatabaseDelayException::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestDeriver | class | core/ |
Provides a deriver for testing cron queues. |
| CronQueueTestDeriver.php | file | core/ |
|
| CronQueueTestDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| CronQueueTestDeriverQueue | class | core/ |
A queue worker for testing derivatives. |
| CronQueueTestDeriverQueue.php | file | core/ |
|
| CronQueueTestDeriverQueue::PLUGIN_ID | constant | core/ |
The plugin ID. |
| CronQueueTestDeriverQueue::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestException | class | core/ |
A queue worker for testing exceptions. |
| CronQueueTestException.php | file | core/ |
|
| CronQueueTestException::PLUGIN_ID | constant | core/ |
The plugin ID. |
| CronQueueTestException::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestLeaseTime | class | core/ |
A queue worker for testing lease time. |
| CronQueueTestLeaseTime.php | file | core/ |
|
| CronQueueTestLeaseTime::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestMemoryDelayException | class | core/ |
A queue worker for testing cron exception handling. |
| CronQueueTestMemoryDelayException.php | file | core/ |
|
| CronQueueTestMemoryDelayException::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestRequeueException | class | core/ |
A queue worker for testing re-queueing items. |
| CronQueueTestRequeueException.php | file | core/ |
|
| CronQueueTestRequeueException::PLUGIN_ID | constant | core/ |
The plugin ID. |
| CronQueueTestRequeueException::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestSuspendQueue | class | core/ |
A queue worker for testing suspending queue run. |
| CronQueueTestSuspendQueue.php | file | core/ |
|
| CronQueueTestSuspendQueue::PLUGIN_ID | constant | core/ |
The plugin ID. |
| CronQueueTestSuspendQueue::processItem | function | core/ |
Works on a single queue item. |
| CronRunTest | class | core/ |
Tests cron runs. |
| CronRunTest.php | file | core/ |
|
| CronRunTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CronRunTest::$modules | property | core/ |
Modules to install. |
| CronRunTest::testAutomatedCron | function | core/ |
Ensure that the automated cron run module is working. |
| CronRunTest::testCronExceptions | function | core/ |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
| CronRunTest::testCronRun | function | core/ |
Tests cron runs. |
| CronRunTest::testCronUI | function | core/ |
Make sure the cron UI reads from the state storage. |
| CronRunTest::testManualCron | function | core/ |
Ensure that the manual cron run is working. |
| CronRunTrait | trait | core/ |
Adds ability to run cron from tests. |
| CronRunTrait.php | file | core/ |
|
| CronRunTrait::cronRun | function | core/ |
Runs cron on the test site. |
| CronSuspendQueueDelayTest | class | core/ |
Test Cron handling of suspended queues with a delay. |
Pagination
- Previous page
- Page 342
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.