Searched refs:calendarMonthsInYear (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Http/RequestHandlers/ | ||
H A D | CalendarPage.php | 133 'months' => $this->calendar_service->calendarMonthsInYear($cal, $year), |
/webtrees/app/Services/ | ||
H A D | CalendarService.php | 64 public function calendarMonthsInYear(string $calendar, int $year): array function in Fisharebest\\Webtrees\\Services\\CalendarService |