You are here

public function CalendarStyleInfo::isShowTitle in Calendar 8

Getter for the show title variable.

Return value

bool TRUE to display the title, FALSE otherwise.

File

src/CalendarStyleInfo.php, line 215

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function isShowTitle() {
  return $this->showTitle;
}