You are here

public function WebhookConfig::getEvents in Webhooks 8

Get the events listening on.

Return value

string The events listening on.

Overrides WebhookConfigInterface::getEvents

File

src/Entity/WebhookConfig.php, line 212

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getEvents() {
  return $this->events;
}