You are here

drush.services.yml in Simplenews 3.x

Same filename and directory in other branches
  1. 8.2 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. simplenews.commands:
  3. class: \Drupal\simplenews\Commands\SimplenewsCommands
  4. arguments: ['@config.factory', '@simplenews.spool_storage', '@simplenews.mailer']
  5. tags:
  6. - { name: drush.command }