You are here

protected property CalendarStyleInfo::$mini in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::mini

Defines whether or not this is a mini calendar.

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

Type: bool

File

src/CalendarStyleInfo.php, line 129

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

protected $mini;