You are here

service markdown.commands in Markdown 8.2

Class

Drupal\markdown\Commands\MarkdownCommands

Tags

  • drush.command

File

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

View source
  1. class: Drupal\markdown\Commands\MarkdownCommands
  2. arguments:
  3. - '@file_system'
  4. - '@logger.channel.markdown'
  5. tags:
  6. - { name: drush.command }