You are here

public function EventTypeRule::getEventBundle in RNG - Events and Registrations 8

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

Class

EventTypeRule
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

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