You are here

service webhooks.commands in Webhooks 8

Class

\Drupal\webhooks\Commands\WebhooksCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\webhooks\Commands\WebhooksCommands
  2. arguments:
  3. - '@webhooks.service'
  4. - '@entity_type.manager'
  5. tags:
  6. - { name: drush.command }