You are here

service minifyhtml_exit in Minify Source HTML 8

Class

Drupal\minifyhtml\EventSubscriber\MinifyHTMLExit

Tags

  • event_subscriber

File

./minifyhtml.services.yml
minifyhtml.services.yml

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