public function ReceiveEvent::getWebhook in Webhooks 8
Get the webhook.
Return value
\Drupal\webhooks\Webhook The webhook.
File
- src/
Event/ ReceiveEvent.php, line 52
Class
- ReceiveEvent
- Class Receive Event.
Namespace
Drupal\webhooks\EventCode
public function getWebhook() {
return $this->webhook;
}