public function EventTypeRuleInterface::getEventBundle in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/EventTypeRuleInterface.php \Drupal\rng\Entity\EventTypeRuleInterface::getEventBundle()
Get the bundle for the event type rule.
Return value
string
1 method overrides EventTypeRuleInterface::getEventBundle()
- EventTypeRule::getEventBundle in src/
Entity/ EventTypeRule.php - Get the bundle for the event type rule.
File
- src/
Entity/ EventTypeRuleInterface.php, line 24
Class
Namespace
Drupal\rng\EntityCode
public function getEventBundle();