You are here

console.services.yml in CKEditor Media Embed Plugin 8

File

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