You are here

drush.services.yml in Simplenews 8.2

Same filename and directory in other branches
  1. 3.x 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 }