Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DDescendancyChartModule.php46 public const string CHART_STYLE_TREE = 'tree';
51 public const string DEFAULT_STYLE = self::CHART_STYLE_TREE;
181 case self::CHART_STYLE_TREE:
236 self::CHART_STYLE_TREE => I18N::translate('Tree'),
H A DAncestorsChartModule.php46 public const string CHART_STYLE_TREE = 'tree';
52 public const string DEFAULT_STYLE = self::CHART_STYLE_TREE;
188 case self::CHART_STYLE_TREE:
245 self::CHART_STYLE_TREE => I18N::translate('Tree'),
H A DChartsBlockModule.php129 'chart_style' => DescendancyChartModule::CHART_STYLE_TREE,
/webtrees/app/Http/RequestHandlers/
H A DRedirectAncestryPhp.php43 0 => AncestorsChartModule::CHART_STYLE_TREE,
44 1 => AncestorsChartModule::CHART_STYLE_TREE,
H A DRedirectDescendencyPhp.php73 … 'style' => self::CHART_STYLES[$chart_style] ?? DescendancyChartModule::CHART_STYLE_TREE,