public function State::getCalendarLabel in Booking and Availability Management Tools for Drupal 8
Overrides StateInterface::getCalendarLabel
File
- modules/
bat_event/ src/ Entity/ State.php, line 125 - Contains \Drupal\bat_event\Entity\State.
Class
- State
- Defines the State entity.
Namespace
Drupal\bat_event\EntityCode
public function getCalendarLabel() {
return $this
->get('calendar_label')->value;
}