public function CalendarStyleInfo::isShowEmptyTimes in Calendar 8
Getter for the show empty times variable.
Return value
bool TRUE to show empty times, FALSE otherwise.
File
- src/
CalendarStyleInfo.php, line 275
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function isShowEmptyTimes() {
return $this->showEmptyTimes;
}