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