Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
CronQueueTest.php file core/modules/system/tests/src/Kernel/System/CronQueueTest.php
CronQueueTest::$connection property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The database connection.
CronQueueTest::$cron property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The cron service.
CronQueueTest::$currentTime property core/modules/system/tests/src/Kernel/System/CronQueueTest.php The fake current time used for queue worker / cron testing purposes.
CronQueueTest::$logger property core/modules/system/tests/src/Kernel/System/CronQueueTest.php A logger for testing.
CronQueueTest::$modules property core/modules/system/tests/src/Kernel/System/CronQueueTest.php Modules to install.
CronQueueTest::register function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Registers test-specific services.
CronQueueTest::setUp function core/modules/system/tests/src/Kernel/System/CronQueueTest.php
CronQueueTest::testDatabaseQueueReturnTypes function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests that database queue implementation complies with interfaces specs.
CronQueueTest::testDelayException function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests that DelayedRequeueException behaves as expected when running cron.
CronQueueTest::testLeaseTime function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests that leases are expiring correctly, also within the same request.
CronQueueTest::testQueueWorkerDeriver function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Tests that cron queues from derivers work.
CronQueueTest::testQueueWorkerManagerSafeguard function core/modules/system/tests/src/Kernel/System/CronQueueTest.php Test safeguard against invalid annotations in QueueWorkerManager.
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 Works on a single queue item.
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 Works on a single queue item.
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 Works on a single queue item.
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 Works on a single queue item.
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 Works on a single queue item.
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 Works on a single queue item.
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 Works on a single queue item.
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.

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