You are here

minifyhtml.services.yml in Minify Source HTML 8

File

minifyhtml.services.yml
View source
  1. services:
  2. minifyhtml_exit:
  3. class: Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit
  4. arguments: ['@config.factory', '@datetime.time', '@logger.factory']
  5. tags:
  6. - {name: event_subscriber}