You are here

automated_cron.services.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 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. automated_cron.subscriber:
  3. class: Drupal\automated_cron\EventSubscriber\AutomatedCron
  4. arguments: ['@cron', '@config.factory', '@state']
  5. tags:
  6. - { name: event_subscriber }