You are here

function EventTypeInterface::setEventBundle in RNG - Events and Registrations 8

Sets the event bundle.

Parameters

string $bundle: A bundle name.

1 method overrides EventTypeInterface::setEventBundle()
EventType::setEventBundle in src/Entity/EventType.php
Sets the event bundle.

File

src/EventTypeInterface.php, line 41

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

function setEventBundle($bundle);