You are here

public function CalendarStyleInfo::getCustomGroupByTimes in Calendar 8

Getter for the custom group by times variable.

Return value

string The custom grouping by times.

File

src/CalendarStyleInfo.php, line 315

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getCustomGroupByTimes() {
  return $this->customGroupByTimes;
}