You are here

public function CalendarStyleInfo::getMultiDayTheme in Calendar 8

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

Getter for the multiday theme.

Return value

int The index number of the multiday theme.

File

src/CalendarStyleInfo.php, line 395

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getMultiDayTheme() {
  return $this->multiDayTheme;
}