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 DEFAULT_STYLE = 'table'; define in Fisharebest\\Webtrees\\Module\\TopGivenNamesModule
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 DEFAULT_STYLE = 'date_desc'; define in Fisharebest\\Webtrees\\Module\\OnThisDayModule
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 DEFAULT_STYLE = 'table'; define in Fisharebest\\Webtrees\\Module\\TopSurnamesModule
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 DEFAULT_STYLE = 'table'; define in Fisharebest\\Webtrees\\Module\\YahrzeitModule
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 DEFAULT_STYLE = self::LAYOUT_STYLE_TABLE; define in Fisharebest\\Webtrees\\Module\\UpcomingAnniversariesModule
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 DEFAULT_STYLE = self::CHART_STYLE_TREE; define in Fisharebest\\Webtrees\\Module\\DescendancyChartModule
55 'style' => self::DEFAULT_STYLE,
H A DAncestorsChartModule.php52 public const DEFAULT_STYLE = self::CHART_STYLE_TREE; define in Fisharebest\\Webtrees\\Module\\AncestorsChartModule
55 'style' => self::DEFAULT_STYLE,
H A DPedigreeChartModule.php54 public const DEFAULT_STYLE = self::STYLE_RIGHT; define in Fisharebest\\Webtrees\\Module\\PedigreeChartModule
57 'style' => self::DEFAULT_STYLE,
H A DFanChartModule.php84 public const DEFAULT_STYLE = self::STYLE_THREE_QUARTER_CIRCLE; define in Fisharebest\\Webtrees\\Module\\FanChartModule
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,