You are here

public function CalendarStyleInfo::setThemeStyle in Calendar 8

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

Setter for the theme style variable.

Parameters

int $themeStyle: The index number of the theme style.

File

src/CalendarStyleInfo.php, line 425

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setThemeStyle($themeStyle) {
  $this->themeStyle = $themeStyle;
}