public function CalendarStyleInfo::setMaxItemsStyle in Calendar 8
Same name and namespace in other branches
- 8.2 src/CalendarStyleInfo.php \Drupal\calendar\CalendarStyleInfo::setMaxItemsStyle()
Setter for the maximum items style.
Parameters
string $maxItemsStyle: The maximum items style.
File
- src/
CalendarStyleInfo.php, line 385
Class
- CalendarStyleInfo
- Defines a calendar style info object.
Namespace
Drupal\calendarCode
public function setMaxItemsStyle($maxItemsStyle) {
$this->maxItemsStyle = $maxItemsStyle;
}