You are here

service simplenews.commands in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x drush.services.yml \simplenews.commands

Class

\Drupal\simplenews\Commands\SimplenewsCommands

Tags

  • drush.command

File

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

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