You are here

public function EventTypeRuleInterface::getEventEntityTypeId in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeRuleInterface.php \Drupal\rng\Entity\EventTypeRuleInterface::getEventEntityTypeId()

Get the entity type for the event type rule.

Return value

string

1 method overrides EventTypeRuleInterface::getEventEntityTypeId()
EventTypeRule::getEventEntityTypeId in src/Entity/EventTypeRule.php
Get the entity type for the event type rule.

File

src/Entity/EventTypeRuleInterface.php, line 17

Class

EventTypeRuleInterface

Namespace

Drupal\rng\Entity

Code

public function getEventEntityTypeId();