automated_cron.services.yml

Same filename and directory in other branches
  1. 9 core/modules/automated_cron/automated_cron.services.yml
  2. 8.9.x core/modules/automated_cron/automated_cron.services.yml
  3. 10 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

Title Deprecated Summary
automated_cron.subscriber Drupal\automated_cron\EventSubscriber\AutomatedCron
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.