You are here

stage_file_proxy.drush.services.yml in Stage File Proxy 8

File

stage_file_proxy.drush.services.yml
View source
  1. services:
  2. stage_file_proxy.command:
  3. class: Drupal\stage_file_proxy\Commands\StageFileProxyCommands
  4. arguments:
  5. - '@config.factory'
  6. - '@database'
  7. - '@stage_file_proxy.fetch_manager'
  8. - '@logger.channel.stage_file_proxy'
  9. - '@app.root'
  10. tags:
  11. - { name: drush.command }