cron
Same name in other branches
Class
Drupal\Core\Cron20 string references to cron
- core.services.yml in core/
core.services.yml - core/core.services.yml
- Cron::invokeCronHandlers in core/
lib/ Drupal/ Core/ Cron.php - Invokes any cron handlers implementing hook_cron.
- Cron::run in core/
lib/ Drupal/ Core/ Cron.php - CronForm::create in core/
modules/ system/ src/ Form/ CronForm.php - CronQueueTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ System/ CronQueueTest.php
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Cron
- arguments:
- - '@module_handler'
- - '@lock'
- - '@queue'
- - '@state'
- - '@account_switcher'
- - '@logger.channel.cron'
- - '@plugin.manager.queue_worker'
- - '@datetime.time'
- - '%queue.config%'
- lazy: true
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.