You are here

public function WebhookConfig::getPayloadUrl in Webhooks 8

Get the payload URL.

Return value

string The payload URL.

Overrides WebhookConfigInterface::getPayloadUrl

File

src/Entity/WebhookConfig.php, line 192

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getPayloadUrl() {
  return $this->payload_url;
}