You are here

public function EventSeriesType::getTargetEventType in Booking and Availability Management Tools for Drupal 8

File

modules/bat_event_series/src/Entity/EventSeriesType.php, line 91
Contains \Drupal\bat_event_series\Entity\EventSeriesType.

Class

EventSeriesType
Defines the Event series type configuration entity.

Namespace

Drupal\bat_event_series\Entity

Code

public function getTargetEventType() {
  return $this->target_event_type;
}