You are here

drush.services.yml in CKEditor Media Embed Plugin 8

File

drush.services.yml
View source
  1. services:
  2. ckeditor_media_embed.commands:
  3. class: Drupal\ckeditor_media_embed\Command\Drush\CKEditorMediaEmbedCommands
  4. arguments: ['@ckeditor_media_embed_install', '@ckeditor_media_embed_update']
  5. tags:
  6. - { name: drush.command }
  7. ckeditor_media_embed_install:
  8. class: Drupal\ckeditor_media_embed\Command\Drush\InstallCommand
  9. arguments: ['@ckeditor_media_embed_cli_commands']
  10. ckeditor_media_embed_update:
  11. class: Drupal\ckeditor_media_embed\Command\Drush\UpdateCommand
  12. arguments: ['@ckeditor_media_embed_cli_commands']