public function CalendarStyleInfo::getThemeStyle in Calendar 8
Same name and namespace in other branches
- 8.2 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 415
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function getThemeStyle() {
return $this->themeStyle;
}