You are here

public function EventTypeRule::getEventBundle in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/EventTypeRule.php \Drupal\rng\Entity\EventTypeRule::getEventBundle()
  2. 8 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\Entity

Code

public function getEventBundle() {
  return $this->bundle;
}