You are here

public function EventTypeRule::getEventEntityTypeId in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventEntityTypeId()
  2. 8 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventEntityTypeId()

Get the entity type for the event type rule.

Return value

string

Overrides EventTypeRuleInterface::getEventEntityTypeId

1 call to EventTypeRule::getEventEntityTypeId()
EventTypeRule::calculateDependencies in src/Entity/EventTypeRule.php
Calculates dependencies and stores them in the dependency property.

File

src/Entity/EventTypeRule.php, line 71

Class

EventTypeRule
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function getEventEntityTypeId() {
  return $this->entity_type;
}