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