You are here

service webhooks.service in Webhooks 8

Class

Drupal\webhooks\WebhooksService
13 string references to webhooks.service
WebhookConfigForm::create in src/Form/WebhookConfigForm.php
Instantiates a new instance of this class.
WebhookController::create in src/Controller/WebhookController.php
Instantiates a new instance of this class.
WebhooksTest::setUp in tests/src/Functional/WebhooksTest.php
webhooks_cache_flush in ./webhooks.module
Implements hook_cache_flush().
webhooks_cron in ./webhooks.module
Implements hook_cron().

... See full list

File

./webhooks.services.yml
webhooks.services.yml

View source
  1. class: Drupal\webhooks\WebhooksService
  2. arguments:
  3. - '@http_client'
  4. - '@logger.factory'
  5. - '@request_stack'
  6. - '@event_dispatcher'
  7. - '@entity_type.manager'
  8. - '@serializer'
  9. - '@uuid'
  10. - '@config.factory'
  11. - '@queue'