You are here

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\webhook

Code

public function setTitle($title);