public function WebhookInterface::getTitle in Webhooks 8
Gets the webhook title.
Return value
string Title of the webhook.
1 method overrides WebhookInterface::getTitle()
- Webhook::getTitle in modules/
webhook/ src/ Entity/ Webhook.php - Gets the webhook title.
File
- modules/
webhook/ src/ WebhookInterface.php, line 18
Class
- WebhookInterface
- Provides an interface defining a webhook entity type.
Namespace
Drupal\webhookCode
public function getTitle();