public function WebhookConfig::getLabel in Webhooks 8
Get the webhook label.
Return value
string The webhook label.
Overrides WebhookConfigInterface::getLabel
File
- src/
Entity/ WebhookConfig.php, line 182
Class
- WebhookConfig
- Defines the Webhook entity.
Namespace
Drupal\webhooks\EntityCode
public function getLabel() {
return $this->label;
}