You are here

protected property CalendarStyleInfo::$calendarPopup in Calendar 8.2

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

Defines whether or not to show this calendar in a popup.

TRUE to show the calendar in a popup, FALSE otherwise.

Type: bool

File

src/CalendarStyleInfo.php, line 18

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

protected $calendarPopup;