Home
last modified time | relevance | path

Searched refs:calendarDateFactory (Results 1 – 4 of 4) sorted by relevance

/webtrees/resources/views/admin/
H A Dtrees-preferences.phtml119 … ['none' => I18N::translate('No calendar conversion')] + Registry::calendarDateFactory()->supporte…
122 … ['none' => I18N::translate('No calendar conversion')] + Registry::calendarDateFactory()->supporte…
/webtrees/app/
H A DDate.php60 $calendar_date_factory = Registry::calendarDateFactory();
H A DRegistry.php135 …public static function calendarDateFactory(CalendarDateFactoryInterface|null $factory = null): Cal… function in Fisharebest\\Webtrees\\Registry
/webtrees/resources/views/
H A Dcalendar-page.phtml235 … foreach (Registry::calendarDateFactory()->supportedCalendars() as $newcal => $cal_name) {