automated_cron.services.yml in Drupal 10
Same filename and directory in other branches
core/modules/automated_cron/automated_cron.services.yml
File
core/modules/automated_cron/automated_cron.services.ymlView source
- services:
- automated_cron.subscriber:
- class: Drupal\automated_cron\EventSubscriber\AutomatedCron
- arguments: ['@cron', '@config.factory', '@state']
- tags:
- - { name: event_subscriber }