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