service webhooks.service in Webhooks 8
Class
Drupal\webhooks\WebhooksService13 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().
File
View source
- class: Drupal\webhooks\WebhooksService
- arguments:
- - '@http_client'
- - '@logger.factory'
- - '@request_stack'
- - '@event_dispatcher'
- - '@entity_type.manager'
- - '@serializer'
- - '@uuid'
- - '@config.factory'
- - '@queue'