You are here

public function CalendarStyleInfo::getGroupByTimes in Calendar 8

Getter for the group by times property.

Return value

string The group by time property.

File

src/CalendarStyleInfo.php, line 295

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getGroupByTimes() {
  return $this->groupByTimes;
}