You are here

public function WebhookConfigInterface::getRefEntityType in Webhooks 8

Get the type of the referenced entity.

Return value

string The type string.

1 method overrides WebhookConfigInterface::getRefEntityType()
WebhookConfig::getRefEntityType in src/Entity/WebhookConfig.php
Get referenced entity type.

File

src/Entity/WebhookConfigInterface.php, line 74

Class

WebhookConfigInterface
Provides an interface for defining Webhook entities.

Namespace

Drupal\webhooks\Entity

Code

public function getRefEntityType();