You are here

public function CalendarStyleInfo::getThemeStyle in Calendar 8.2

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

Getter for the theme style variable.

Return value

int The index number of the theme style.

File

src/CalendarStyleInfo.php, line 421

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getThemeStyle() {
  return $this->themeStyle;
}