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 |
---|---|---|---|
Cron::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
Cron::processQueues | function | core/ |
Processes cron queues. |
Cron::run | function | core/ |
Executes a cron run. |
Cron::run | function | core/ |
Executes a cron run. |
Cron::setCronLastTime | function | core/ |
Records and logs the request time for this cron invocation. |
Cron::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
Cron::__construct | function | core/ |
Constructs a cron object. |
CronAccessCheck | class | core/ |
Access check for cron routes. |
CronAccessCheck.php | file | core/ |
|
CronAccessCheck::access | function | core/ |
Checks access. |
CronController | class | core/ |
Controller for Cron handling. |
CronController.php | file | core/ |
|
CronController::$cron | property | core/ |
The cron service. |
CronController::create | function | core/ |
Instantiates a new instance of this class. |
CronController::run | function | core/ |
Run Cron once. |
CronController::runManually | function | core/ |
Run cron manually. |
CronController::__construct | function | core/ |
Constructs a CronController object. |
CronForm | class | core/ |
Configure cron settings for this site. |
CronForm.php | file | core/ |
|
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/ |
|
CronQueueTestDatabaseDelayException | class | core/ |
A queue worker for testing cron exception handling. |
CronQueueTestDatabaseDelayException.php | file | core/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.