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\webhooksCode
public function getSecret() {
return $this->secret;
}