You are here

public function WebhookConfigInterface::getEvents in Webhooks 8

Get the events.

Return value

string The events listening on.

1 method overrides WebhookConfigInterface::getEvents()
WebhookConfig::getEvents in src/Entity/WebhookConfig.php
Get the events listening on.

File

src/Entity/WebhookConfigInterface.php, line 42

Class

WebhookConfigInterface
Provides an interface for defining Webhook entities.

Namespace

Drupal\webhooks\Entity

Code

public function getEvents();