You are here

public function CalendarStyleInfo::getShowWeekNumbers in Calendar 8.2

Getter for the show week numbers variable.

Return value

bool TRUE to display the week numbers, FAlSE otherwise.

File

src/CalendarStyleInfo.php, line 402

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getShowWeekNumbers() {
  return $this->showWeekNumbers;
}