You are here

drush.services.yml in AudioField 8

File

drush.services.yml
View source
  1. services:
  2. audiofield.commands:
  3. class: \Drupal\audiofield\Commands\AudiofieldCommands
  4. arguments:
  5. - '@plugin.manager.audiofield'
  6. - '@file_system'
  7. - '@plugin.manager.archiver'
  8. tags:
  9. - { name: drush.command }