You are here

public function CalendarStyleInfo::getCalendarPopup in Calendar 8.2

Getter for the calendar popup variable.

Return value

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

File

src/CalendarStyleInfo.php, line 171

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getCalendarPopup() {
  return $this->calendarPopup;
}