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\webhooksCode
public function getEvent() {
return $this->event;
}