Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DYahrzeitModule.php47 private const DEFAULT_CALENDAR = 'jewish'; define in Fisharebest\\Webtrees\\Module\\YahrzeitModule
96 $calendar = $this->getBlockSetting($block_id, 'calendar', self::DEFAULT_CALENDAR);
238 … $this->setBlockSetting($block_id, 'calendar', $params['calendar'] ?? self::DEFAULT_CALENDAR);