Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DDescendancyChartModule.php48 public const CHART_STYLE_FAMILIES = 'families'; define in Fisharebest\\Webtrees\\Module\\DescendancyChartModule
197 case self::CHART_STYLE_FAMILIES:
238 self::CHART_STYLE_FAMILIES => I18N::translate('Families'),
H A DAncestorsChartModule.php48 public const CHART_STYLE_FAMILIES = 'families'; define in Fisharebest\\Webtrees\\Module\\AncestorsChartModule
203 case self::CHART_STYLE_FAMILIES:
247 self::CHART_STYLE_FAMILIES => I18N::translate('Families'),
/webtrees/app/Http/RequestHandlers/
H A DRedirectAncestryPhp.php46 3 => AncestorsChartModule::CHART_STYLE_FAMILIES,