You are here

public function CalendarStyleInfo::setGroupByTimes in Calendar 8

Setter for the group by times property.

Parameters

string $groupByTimes: The group by time property.

File

src/CalendarStyleInfo.php, line 305

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setGroupByTimes($groupByTimes) {
  $this->groupByTimes = $groupByTimes;
}