You are here

protected property CalendarStyleInfo::$showWeekNumbers in Calendar 8.2

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

Defines whether or not to display the week numbers.

TRUE to display the week numbers, FAlSE otherwise.

Type: bool

File

src/CalendarStyleInfo.php, line 137

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

protected $showWeekNumbers;