public function CalendarStyleInfo::getMaxItems in Calendar 8
Same name and namespace in other branches
- 8.2 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::getMaxItems()
Getter for the max items variable.
Return value
int The maximum amount of items to show.
File
- src/
CalendarStyleInfo.php, line 355
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function getMaxItems() {
return $this->maxItems;
}