You are here

public function CalendarDateInfo::getGranularity in Calendar 8

Getter for the calendar granularity.

Return value

string The calendar granularity.

File

src/CalendarDateInfo.php, line 201

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

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