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