You are here

public function CalendarDateInfo::setCalendarType in Calendar 8

Setter for the calendar type.

Parameters

string $calendarType: The calendar type.

File

src/CalendarDateInfo.php, line 131

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function setCalendarType($calendarType) {
  $this->calendarType = $calendarType;
}