You are here

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\Event

Code

public function getWebhookConfig() {
  return $this->webhookConfig;
}