public function EventTypeInterface::getEventBundle in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getEventBundle()
Get event bundle.
Return value
string A bundle name.
1 method overrides EventTypeInterface::getEventBundle()
- RngEventType::getEventBundle in src/
Entity/ RngEventType.php - Get event bundle.
File
- src/
Entity/ EventTypeInterface.php, line 34
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getEventBundle();