public function WebhookInterface::setTitle in Webhooks 8
Sets the webhook title.
Parameters
string $title: The webhook title.
Return value
\Drupal\webhook\WebhookInterface The called webhook entity.
1 method overrides WebhookInterface::setTitle()
- Webhook::setTitle in modules/
webhook/ src/ Entity/ Webhook.php - Sets the webhook title.
File
- modules/
webhook/ src/ WebhookInterface.php, line 29
Class
- WebhookInterface
- Provides an interface defining a webhook entity type.
Namespace
Drupal\webhookCode
public function setTitle($title);