public function CalendarStyleInfo::isShowWeekNumbers in Calendar 8
Getter for the show week numbers variable.
Return value
bool TRUE to display the week numbers, FAlSE otherwise.
File
- src/CalendarStyleInfo.php, line 255 
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function isShowWeekNumbers() {
  return $this->showWeekNumbers;
}