You are here

automated_cron.services.yml in Drupal 8

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 }