You are here

public function Webhook::getSecret in Webhooks 8

Get the secret.

Return value

string The secret string.

File

src/Webhook.php, line 291

Class

Webhook
Class Webhook .

Namespace

Drupal\webhooks

Code

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