You are here

service stage_file_proxy.command in Stage File Proxy 8

Class

Drupal\stage_file_proxy\Commands\StageFileProxyCommands

Tags

  • drush.command

File

./stage_file_proxy.drush.services.yml
stage_file_proxy.drush.services.yml

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