You are here

public function CalendarStyleInfo::getmultiAllDayViewMode in Calendar 8.2

Getter for The multi- & allday view mode.

Return value

string The multi- & allday view mode.

File

src/CalendarStyleInfo.php, line 361

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getmultiAllDayViewMode() {
  return $this->multiAllDayViewMode;
}