You are here

public function WebhookConfig::getSecret in Webhooks 8

Get secret.

Return value

string The secret string.

Overrides WebhookConfigInterface::getSecret

File

src/Entity/WebhookConfig.php, line 272

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getSecret() {
  return $this->secret;
}