public function EventType::getFixedEventStates in Booking and Availability Management Tools for Drupal 8
File
- modules/
bat_event/ src/ Entity/ EventType.php, line 100 - Contains \Drupal\bat_event\Entity\EventType.
Class
- EventType
- Defines the Event type configuration entity.
Namespace
Drupal\bat_event\EntityCode
public function getFixedEventStates() {
return $this->fixed_event_states;
}