You are here

public function CalendarDateInfo::getMinMonth in Calendar 8

Getter for the minimum month.

Return value

string The minimum month.

File

src/CalendarDateInfo.php, line 281

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function getMinMonth() {
  return $this->minMonth;
}