You are here

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

Code

public function getWebhook() {
  return $this->webhook;
}