Search for cron
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
cron | service | core/ |
Drupal\Core\Cron |
Cron | class | core/ |
Provides a proxy class for \Drupal\Core\Cron. |
Cron | class | core/ |
The Drupal core Cron service. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CronQueueTestDatabaseDelayException::DELAY_INTERVAL | constant | core/ |
|
CronQueueTestDatabaseDelayException::processItem | function | core/ |
|
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/ |
|
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/ |
|
CronQueueTestMemoryDelayException | class | core/ |
A queue worker for testing cron exception handling. |
CronQueueTestMemoryDelayException.php | file | core/ |
|
CronQueueTestMemoryDelayException::processItem | function | core/ |
|
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/ |
|
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. |
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. |
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 |
d6_system_cron.yml | file | core/ |
core/modules/system/migrations/d6_system_cron.yml |
d7_system_cron.yml | file | core/ |
core/modules/system/migrations/d7_system_cron.yml |
DbLogTest::runCron | function | core/ |
Runs cron and returns number of new log entries. |
DbLogTest::testDbLogCron | function | core/ |
Tests that cron correctly applies the database log row limit. |
dblog_cron | function | core/ |
Implements hook_cron(). |
DeleteTest::testCronDeleteNonExistingTemporary | function | core/ |
Tries to run cron deletion on file deleted from the file-system. |
field_cron | function | core/ |
Implements hook_cron(). |
file_cron | function | core/ |
Implements hook_cron(). |
history_cron | function | core/ |
Implements hook_cron(). |
hook_cron | function | core/ |
Perform periodic actions. |
layout_builder_cron | function | core/ |
Implements hook_cron(). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.