Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DTopGivenNamesModule.php39 private const string DEFAULT_STYLE = 'table';
72 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
175 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DOnThisDayModule.php45 private const string DEFAULT_STYLE = 'date_desc';
128 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
250 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DTopSurnamesModule.php52 private const string DEFAULT_STYLE = 'table';
94 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
261 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DYahrzeitModule.php50 private const string DEFAULT_STYLE = 'table';
91 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
231 $info_style = Validator::parsedBody($request)->string('infoStyle', self::DEFAULT_STYLE);
H A DUpcomingAnniversariesModule.php49 private const string DEFAULT_STYLE = self::LAYOUT_STYLE_TABLE;
147 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
281 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DDescendancyChartModule.php51 public const string DEFAULT_STYLE = self::CHART_STYLE_TREE;
55 'style' => self::DEFAULT_STYLE,
H A DAncestorsChartModule.php52 public const string DEFAULT_STYLE = self::CHART_STYLE_TREE;
55 'style' => self::DEFAULT_STYLE,
H A DPedigreeChartModule.php54 public const string DEFAULT_STYLE = self::STYLE_RIGHT;
57 'style' => self::DEFAULT_STYLE,
H A DFanChartModule.php84 public const int DEFAULT_STYLE = self::STYLE_THREE_QUARTER_CIRCLE;
88 'style' => self::DEFAULT_STYLE,
/webtrees/app/Http/RequestHandlers/
H A DRedirectPedigreePhp.php73 … 'style' => self::CHART_STYLES[$orientation] ?? PedigreeChartModule::DEFAULT_STYLE,
H A DRedirectAncestryPhp.php73 … 'style' => self::CHART_STYLES[$chart_style] ?? AncestorsChartModule::DEFAULT_STYLE,