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\calendarCode
public function setCalendarType($calendarType) {
$this->calendarType = $calendarType;
}