You are here

stage_file_proxy.services.yml in Stage File Proxy 8

File

stage_file_proxy.services.yml
View source
  1. services:
  2. stage_file_proxy.fetch_manager:
  3. class: Drupal\stage_file_proxy\FetchManager
  4. arguments: ['@http_client', '@file_system', '@logger.channel.stage_file_proxy', '@config.factory']
  5. stage_file_proxy.subscriber:
  6. class: Drupal\stage_file_proxy\EventSubscriber\ProxySubscriber
  7. tags:
  8. - { name: event_subscriber }
  9. arguments: ['@stage_file_proxy.fetch_manager', '@logger.channel.stage_file_proxy', '@event_dispatcher', '@config.factory', '@request_stack']
  10. logger.channel.stage_file_proxy:
  11. parent: logger.channel_base
  12. arguments: ['stage_file_proxy']