drush.services.yml in Simplenews 3.x
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- simplenews.commands:
- class: \Drupal\simplenews\Commands\SimplenewsCommands
- arguments: ['@config.factory', '@simplenews.spool_storage', '@simplenews.mailer']
- tags:
- - { name: drush.command }