Home
last modified time | relevance | path

Searched refs:supportedCalendars (Results 1 – 5 of 5) sorted by relevance

/webtrees/resources/views/admin/
H A Dtrees-preferences.phtml119 …::translate('No calendar conversion')] + Registry::calendarDateFactory()->supportedCalendars()]) ?>
122 …::translate('No calendar conversion')] + Registry::calendarDateFactory()->supportedCalendars()]) ?>
/webtrees/app/Contracts/
H A DCalendarDateFactoryInterface.php43 public function supportedCalendars(): array; function
/webtrees/app/Factories/
H A DCalendarDateFactory.php142 public function supportedCalendars(): array function in Fisharebest\\Webtrees\\Factories\\CalendarDateFactory
/webtrees/tests/app/Factories/
H A DCalendarDateFactoryTest.php239 $calendars = $factory->supportedCalendars();
/webtrees/resources/views/
H A Dcalendar-page.phtml235 … foreach (Registry::calendarDateFactory()->supportedCalendars() as $newcal => $cal_name) {