You are here

public function WebhookConfigInterface::getPayloadUrl in Webhooks 8

Get the payload URL.

Return value

string The payload URL.

1 method overrides WebhookConfigInterface::getPayloadUrl()
WebhookConfig::getPayloadUrl in src/Entity/WebhookConfig.php
Get the payload URL.

File

src/Entity/WebhookConfigInterface.php, line 34

Class

WebhookConfigInterface
Provides an interface for defining Webhook entities.

Namespace

Drupal\webhooks\Entity

Code

public function getPayloadUrl();