You are here

service automated_cron.subscriber in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/automated_cron/automated_cron.services.yml \automated_cron.subscriber
  2. 10 core/modules/automated_cron/automated_cron.services.yml \automated_cron.subscriber

Class

Drupal\automated_cron\EventSubscriber\AutomatedCron

Tags

  • event_subscriber

File

core/modules/automated_cron/automated_cron.services.yml
core/modules/automated_cron/automated_cron.services.yml

View source
  1. class: Drupal\automated_cron\EventSubscriber\AutomatedCron
  2. arguments:
  3. - '@cron'
  4. - '@config.factory'
  5. - '@state'
  6. tags:
  7. - { name: event_subscriber }