You are here

public function CalendarStyleInfo::setMultiDayTheme in Calendar 8

Same name and namespace in other branches
  1. 8.2 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::setMultiDayTheme()

Setter for the multi day theme variable.

Parameters

int $multiDayTheme: The index number of the multiday theme.

File

src/CalendarStyleInfo.php, line 405

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setMultiDayTheme($multiDayTheme) {
  $this->multiDayTheme = $multiDayTheme;
}