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