You are here

public function CalendarStyleInfo::getMonthNameSize in Calendar 8

Getter for the month name size.

Return value

int The month name size.

File

src/CalendarStyleInfo.php, line 175

Class

CalendarStyleInfo
Defines a calendar style info object.

Namespace

Drupal\calendar

Code

public function getMonthNameSize() {
  return $this->monthNameSize;
}