CronQueueTest::testRequeueException |
function |
core/modules/system/tests/src/Kernel/System/CronQueueTest.php |
Tests requeue exception is handled properly. |
CronQueueTest::testSuspendQueueException |
function |
core/modules/system/tests/src/Kernel/System/CronQueueTest.php |
Tests suspend queue exception is handled properly. |
CronQueueTest::testUncaughtExceptions |
function |
core/modules/system/tests/src/Kernel/System/CronQueueTest.php |
Tests that non-queue exceptions thrown by workers are handled properly. |
CronQueueTestDatabaseDelayException |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php |
A queue worker for testing cron exception handling. |
CronQueueTestDatabaseDelayException.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php |
|
CronQueueTestDatabaseDelayException::DELAY_INTERVAL |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php |
|
CronQueueTestDatabaseDelayException::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDatabaseDelayException.php |
|
CronQueueTestDeriver |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php |
Provides a deriver for testing cron queues. |
CronQueueTestDeriver.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php |
|
CronQueueTestDeriver::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php |
Gets the definition of all derivatives of a base plugin. |
CronQueueTestDeriverQueue |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php |
A queue worker for testing derivatives. |
CronQueueTestDeriverQueue.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php |
|
CronQueueTestDeriverQueue::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php |
The plugin ID. |
CronQueueTestDeriverQueue::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestDeriverQueue.php |
|
CronQueueTestException |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php |
A queue worker for testing exceptions. |
CronQueueTestException.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php |
|
CronQueueTestException::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php |
The plugin ID. |
CronQueueTestException::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php |
|
CronQueueTestLeaseTime |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php |
A queue worker for testing lease time. |
CronQueueTestLeaseTime.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php |
|
CronQueueTestLeaseTime::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestLeaseTime.php |
|
CronQueueTestMemoryDelayException |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php |
A queue worker for testing cron exception handling. |
CronQueueTestMemoryDelayException.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php |
|
CronQueueTestMemoryDelayException::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestMemoryDelayException.php |
|
CronQueueTestRequeueException |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php |
A queue worker for testing re-queueing items. |
CronQueueTestRequeueException.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php |
|
CronQueueTestRequeueException::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php |
The plugin ID. |
CronQueueTestRequeueException::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php |
|
CronQueueTestSuspendQueue |
class |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php |
A queue worker for testing suspending queue run. |
CronQueueTestSuspendQueue.php |
file |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php |
|
CronQueueTestSuspendQueue::PLUGIN_ID |
constant |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php |
The plugin ID. |
CronQueueTestSuspendQueue::processItem |
function |
core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestSuspendQueue.php |
|
CronRunTest |
class |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Tests cron runs. |
CronRunTest.php |
file |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
|
CronRunTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
The theme to install as the default for testing. |
CronRunTest::$modules |
property |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Modules to install. |
CronRunTest::testAutomatedCron |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Ensure that the automated cron run module is working. |
CronRunTest::testCronExceptions |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
CronRunTest::testCronRun |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Tests cron runs. |
CronRunTest::testCronUI |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Make sure the cron UI reads from the state storage. |
CronRunTest::testManualCron |
function |
core/modules/system/tests/src/Functional/System/CronRunTest.php |
Ensure that the manual cron run is working. |
CronRunTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php |
Adds ability to run cron from tests. |
CronRunTrait.php |
file |
core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php |
|
CronRunTrait::cronRun |
function |
core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php |
Runs cron on the test site. |
CronSuspendQueueDelayTest |
class |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
Test Cron handling of suspended queues with a delay. |
CronSuspendQueueDelayTest.php |
file |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
|
CronSuspendQueueDelayTest::$cronConstructorArguments |
property |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
Constructor arguments for \Drupal\Core\Cron. |
CronSuspendQueueDelayTest::$workerA |
property |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
A worker for testing. |
CronSuspendQueueDelayTest::$workerB |
property |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
A worker for testing. |
CronSuspendQueueDelayTest::providerSuspendQueueThreshold |
function |
core/tests/Drupal/Tests/Core/Cron/CronSuspendQueueDelayTest.php |
Data for testing. |