You are here

public function CalendarDateInfo::getCalendarType in Calendar 8

Getter for the calendar type.

Return value

string The calendar type.

File

src/CalendarDateInfo.php, line 121

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function getCalendarType() {
  return $this->calendarType;
}