You are here

public function CalendarStyleInfo::getMaxItemsStyle in Calendar 8

Same name and namespace in other branches
  1. 8.2 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::getMaxItemsStyle()

Getter for the max items style.

Return value

string The maximum items style.

File

src/CalendarStyleInfo.php, line 375

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getMaxItemsStyle() {
  return $this->maxItemsStyle;
}