You are here

public function WebhookConfig::getRefEntityId in Webhooks 8

Get referenced entity id.

Return value

string Get referenced entity id.

Overrides WebhookConfigInterface::getRefEntityId

File

src/Entity/WebhookConfig.php, line 262

Class

WebhookConfig
Defines the Webhook entity.

Namespace

Drupal\webhooks\Entity

Code

public function getRefEntityId() {
  return $this->ref_entity_id;
}