You are here

public function WebhookSubscriber::onWebhookSend in Webhooks 8

Webhook send event handler.

Parameters

\Drupal\webhooks\Event\SendEvent $event: Response event.

File

modules/webhook/src/EventSubscriber/WebhookSubscriber.php, line 43

Class

WebhookSubscriber
Webhook event subscriber.

Namespace

Drupal\webhook\EventSubscriber

Code

public function onWebhookSend(SendEvent $event) {
}