You are here

public function ReceiveEvent::getWebhookConfig in Webhooks 8

Get the webhook configuration.

Return value

\Drupal\webhooks\Entity\WebhookConfig A webhook configuration.

File

src/Event/ReceiveEvent.php, line 62

Class

ReceiveEvent
Class Receive Event.

Namespace

Drupal\webhooks\Event

Code

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