public function WebhookConfigInterface::getSecret in Webhooks 8
Get the secret.
Return value
string The secret string.
1 method overrides WebhookConfigInterface::getSecret()
- WebhookConfig::getSecret in src/
Entity/ WebhookConfig.php - Get secret.
File
- src/
Entity/ WebhookConfigInterface.php, line 90
Class
- WebhookConfigInterface
- Provides an interface for defining Webhook entities.
Namespace
Drupal\webhooks\EntityCode
public function getSecret();