public function CalendarStyleInfo::isCalendarPopup in Calendar 8
Getter for the calendar popup variable.
Return value
bool TRUE to show the calendar in a popup, FALSE otherwise.
File
- src/
CalendarStyleInfo.php, line 135
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function isCalendarPopup() {
return $this->calendarPopup;
}