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