public function EventTypeRule::getEventEntityTypeId in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventEntityTypeId()
- 3.x 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\EntityCode
public function getEventEntityTypeId() {
return $this->entity_type;
}