You are here

public function CalendarStyleInfo::getGranularity in Calendar 8.2

Getter for the granularity.

Return value

string The granularity property.

File

src/CalendarStyleInfo.php, line 221

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getGranularity() {
  return $this->granularity;
}