You are here

public function CalendarStyleInfo::getMultiAllDayTitle in Calendar 8.2

Getter for The multi- & allday style setting.

Return value

string The multi- & allday title setting.

File

src/CalendarStyleInfo.php, line 341

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getMultiAllDayTitle() {
  return $this->multiAllDayTitle;
}