You are here

public function CalendarStyleInfo::getMultiAllDayStyle in Calendar 8.2

Getter for The multi- & allday style setting.

Return value

string The multi- & allday style setting.

File

src/CalendarStyleInfo.php, line 301

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getMultiAllDayStyle() {
  return $this->multiAllDayStyle;
}