You are here

service codemirror_editor.commands in The CodeMirror Editor 8

Class

Drupal\codemirror_editor\Commands\CodeMirrorEditorCommands

Tags

  • drush.command

File

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

View source
  1. class: Drupal\codemirror_editor\Commands\CodeMirrorEditorCommands
  2. arguments:
  3. - '@library.discovery'
  4. - '@http_client'
  5. - '@asset.js.collection_optimizer'
  6. - '@asset.css.collection_optimizer'
  7. - '@state'
  8. - '@datetime.time'
  9. - '@file_system'
  10. tags:
  11. - { name: drush.command }