You are here

public function CalendarStyleInfo::setCustomGroupByTimes in Calendar 8

Setter for the custom group by times variable.

Parameters

string $customGroupByTimes: The custom grouping by times.

File

src/CalendarStyleInfo.php, line 325

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setCustomGroupByTimes($customGroupByTimes) {
  $this->customGroupByTimes = $customGroupByTimes;
}