Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CronQueueTestDeriverQueue::processItem | function | core/ |
|
| 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/ |
|
| CronQueueTestLeaseTime | class | core/ |
A queue worker for testing lease time. |
| CronQueueTestLeaseTime.php | file | core/ |
|
| CronQueueTestLeaseTime::processItem | function | core/ |
|
| CronQueueTestMemoryDelayException | class | core/ |
A queue worker for testing cron exception handling. |
| CronQueueTestMemoryDelayException.php | file | core/ |
|
| CronQueueTestMemoryDelayException::processItem | function | core/ |
|
| 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/ |
|
| 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/ |
|
| CronRunTest | class | core/ |
Tests cron runs. |
| CronRunTest.php | file | core/ |
|
| CronRunTest::$defaultTheme | property | core/ |
|
| CronRunTest::$modules | property | core/ |
|
| 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. |
| CronSuspendQueueDelayTest | class | core/ |
Test Cron handling of suspended queues with a delay. |
| CronSuspendQueueDelayTest.php | file | core/ |
|
| CronSuspendQueueDelayTest::$cronConstructorArguments | property | core/ |
Constructor arguments for \Drupal\Core\Cron. |
| CronSuspendQueueDelayTest::providerSuspendQueueThreshold | function | core/ |
Data for testing. |
| CronSuspendQueueDelayTest::setUp | function | core/ |
|
| CronSuspendQueueDelayTest::setUpWorker | function | core/ |
Initializes a queue worker mock object. |
| CronSuspendQueueDelayTest::testSuspendQueue | function | core/ |
Tests a queue is reprocessed again after other queues. |
| CronSuspendQueueDelayTest::testSuspendQueueOrder | function | core/ |
Tests queues are executed in order. |
| CronSuspendQueueDelayTest::testSuspendQueueThreshold | function | core/ |
Tests queues may be re-processed by whether delay exceeds threshold. |
| CronTest | class | core/ |
Tests the Cron class. |
| CronTest.php | file | core/ |
|
| CronTest::$claimTime | property | core/ |
Define the duration of each item claim for this test. |
| CronTest::$cron | property | core/ |
An instance of the Cron class for testing. |
| CronTest::$queue | property | core/ |
The queue used to store test work items. |
| CronTest::$state | property | core/ |
The current state of the test in memory. |
| CronTest::processQueuesTestData | function | core/ |
Data provider for ::testProcessQueues() method. |
| CronTest::REQUEUE_COUNT | constant | core/ |
|
| CronTest::resetTestingState | function | core/ |
Resets the testing state. |
| CronTest::setUp | function | core/ |
|
| CronTest::testProcessQueues | function | core/ |
Tests the ::processQueues() method. |
| CronTest::testRequeueException | function | core/ |
Verify that RequeueException causes an item to be processed multiple times. |
| cron_queue_test.info.yml | file | core/ |
core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml |
Pagination
- Previous page
- Page 297
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.