You are here

sophron.services.yml in Sophron 8

File

sophron.services.yml
View source
  1. services:
  2. sophron.mime_map.manager:
  3. class: Drupal\sophron\MimeMapManager
  4. arguments: ['@config.factory', '@event_dispatcher', '@module_handler']
  5. sophron.event_subscriber:
  6. class: Drupal\sophron\EventSubscriber\SophronEventSubscriber
  7. arguments: ['@config.factory']
  8. tags:
  9. - { name: 'event_subscriber' }