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