You are here

public function CalendarStyleInfo::setShowTitle in Calendar 8

Setter for the show title variable.

Parameters

bool $showTitle: TRUE to display the title, FALSE otherwise.

File

src/CalendarStyleInfo.php, line 225

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function setShowTitle($showTitle) {
  $this->showTitle = $showTitle;
}