public function EventTypeRule::getEventBundle in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventBundle()
- 3.x src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventBundle()
Get the bundle for the event type rule.
Return value
string
Overrides EventTypeRuleInterface::getEventBundle
1 call to EventTypeRule::getEventBundle()
- EventTypeRule::calculateDependencies in src/
Entity/ EventTypeRule.php - Calculates dependencies and stores them in the dependency property.
File
- src/
Entity/ EventTypeRule.php, line 78
Class
- EventTypeRule
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getEventBundle() {
return $this->bundle;
}