You are here

webhooks.services.yml in Webhooks 8

File

webhooks.services.yml
View source
  1. services:
  2. webhooks.service:
  3. class: Drupal\webhooks\WebhooksService
  4. arguments: ['@http_client', '@logger.factory','@request_stack', '@event_dispatcher', '@entity_type.manager', '@serializer', '@uuid', '@config.factory', '@queue']