Same filename and directory in other branches
  1. 8.9.x core/modules/automated_cron/automated_cron.services.yml
  2. 9 core/modules/automated_cron/automated_cron.services.yml
core/modules/automated_cron/automated_cron.services.yml

File

core/modules/automated_cron/automated_cron.services.yml
View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. automated_cron.subscriber:
  5. class: Drupal\automated_cron\EventSubscriber\AutomatedCron
  6. arguments: ['@cron', '@config.factory', '@state']

Services