public function WebhookConfig::getId in Webhooks 8
Get the webhook id.
Return value
string The webhooks identifier string.
Overrides WebhookConfigInterface::getId
File
- src/
Entity/ WebhookConfig.php, line 172
Class
- WebhookConfig
- Defines the Webhook entity.
Namespace
Drupal\webhooks\EntityCode
public function getId() {
return $this->id;
}