You are here

public function CalendarStyleInfo::getCustomGroupByField in Calendar 8

Getter for the custom group by field variable.

Return value

string The custom group by field.

File

src/CalendarStyleInfo.php, line 335

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getCustomGroupByField() {
  return $this->customGroupByField;
}