Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CronForm::$cron | property | core/ |
The cron service. |
| CronForm::$dateFormatter | property | core/ |
The date formatter service. |
| CronForm::$moduleHandler | property | core/ |
The module handler service. |
| CronForm::$state | property | core/ |
Stores the state storage service. |
| CronForm::buildForm | function | core/ |
Form constructor. |
| CronForm::create | function | core/ |
Instantiates a new instance of this class. |
| CronForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| CronForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| CronForm::runCron | function | core/ |
Form submission handler for running cron manually. |
| CronForm::submitForm | function | core/ |
Form submission handler. |
| CronForm::__construct | function | core/ |
Constructs a CronForm object. |
| CronInterface | interface | core/ |
An interface for running cron tasks. |
| CronInterface.php | file | core/ |
|
| CronInterface::run | function | core/ |
Executes a cron run. |
| CronQueueTest | class | core/ |
Tests the Cron Queue runner. |
| CronQueueTest.php | file | core/ |
|
| CronQueueTest::$connection | property | core/ |
The database connection. |
| CronQueueTest::$cron | property | core/ |
The cron service. |
| CronQueueTest::$currentTime | property | core/ |
The fake current time used for queue worker / cron testing purposes. |
| CronQueueTest::$modules | property | core/ |
The modules to enable. |
| CronQueueTest::setUp | function | core/ |
|
| 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::testExceptions | function | core/ |
Tests that exceptions thrown by workers are handled properly. |
| CronQueueTest::testLeaseTime | function | core/ |
Tests that leases are expiring correctly, also within the same request. |
| CronQueueTest::testQueueWorkerManagerSafeguard | function | core/ |
Test safeguard against invalid annotations in QueueWorkerManager. |
| CronQueueTestBrokenQueue | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_broken_queue", title = @Translation("Broken queue test"), cron = {"time" = 60} ) |
| CronQueueTestBrokenQueue.php | file | core/ |
|
| CronQueueTestBrokenQueue::processItem | function | core/ |
Works on a single queue item. |
| 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. |
| CronQueueTestException | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_exception", title = @Translation("Exception test"), cron = {"time" = 1} ) |
| CronQueueTestException.php | file | core/ |
|
| CronQueueTestException::processItem | function | core/ |
Works on a single queue item. |
| CronQueueTestLeaseTime | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_lease_time", title = @Translation("Lease time test"), cron = {"time" = 100} ) |
| 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/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_requeue_exception", title = @Translation("RequeueException test"), cron = {"time" = 60} ) |
| CronQueueTestRequeueException.php | file | core/ |
|
| CronQueueTestRequeueException::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 enable. |
| CronRunTest::testAutomatedCron | function | core/ |
Ensure that the automated cron run module is working. |
Pagination
- Previous page
- Page 331
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.