You are here

public function TypeBundle::getFixedEventStates in Booking and Availability Management Tools for Drupal 8

File

modules/bat_unit/src/Entity/TypeBundle.php, line 78
Contains \Drupal\bat_unit\Entity\TypeBundle.

Class

TypeBundle
Defines the Type Bundle configuration entity.

Namespace

Drupal\bat_unit\Entity

Code

public function getFixedEventStates() {
  return $this
    ->get('fixed_event_states')->value;
}