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