You are here

public function WebhookConfigInterface::getLabel in Webhooks 8

Get the label.

Return value

string The label string.

1 method overrides WebhookConfigInterface::getLabel()
WebhookConfig::getLabel in src/Entity/WebhookConfig.php
Get the webhook label.

File

src/Entity/WebhookConfigInterface.php, line 26

Class

WebhookConfigInterface
Provides an interface for defining Webhook entities.

Namespace

Drupal\webhooks\Entity

Code

public function getLabel();