Mercurial > hg > cmmr2012-drupal-site
view core/modules/automated_cron/automated_cron.services.yml @ 2:5311817fb629
Theme updates
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 13:19:18 +0000 |
parents | c75dbcec494b |
children |
line wrap: on
line source
services: automated_cron.subscriber: class: Drupal\automated_cron\EventSubscriber\AutomatedCron arguments: ['@cron', '@config.factory', '@state'] tags: - { name: event_subscriber }