Home
last modified time | relevance | path

Searched refs:calendarMonthsInYear (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DCalendarPage.php133 'months' => $this->calendar_service->calendarMonthsInYear($cal, $year),
/webtrees/app/Services/
H A DCalendarService.php64 public function calendarMonthsInYear(string $calendar, int $year): array function in Fisharebest\\Webtrees\\Services\\CalendarService