You are here

purge_processor_lateruntime.services.yml in Purge 8.3

modules/purge_processor_lateruntime/purge_processor_lateruntime.services.yml

File

modules/purge_processor_lateruntime/purge_processor_lateruntime.services.yml
View source
  1. services:
  2. purge_processor_lateruntime.processor:
  3. class: Drupal\purge_processor_lateruntime\EventSubscriber\LateRuntimeProcessor
  4. tags:
  5. - { name: event_subscriber }
  6. calls:
  7. - [setContainer, ['@service_container']]