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