You are here

public function Webhook::getEvent in Webhooks 8

Get the event.

Return value

string The event string.

File

src/Webhook.php, line 216

Class

Webhook
Class Webhook .

Namespace

Drupal\webhooks

Code

public function getEvent() {
  return $this->event;
}