You are here

public function CalendarStyleInfo::isMini in Calendar 8

Getter for the mini format variable.

Return value

bool TRUE if the calendar is shown in mini, FALSE otherwise.

File

src/CalendarStyleInfo.php, line 155

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function isMini() {
  return $this->mini;
}