Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DDescendancyChartModule.php52 public const DEFAULT_GENERATIONS = '3'; define in Fisharebest\\Webtrees\\Module\\DescendancyChartModule
54 'generations' => self::DEFAULT_GENERATIONS,
217 'default_generations' => self::DEFAULT_GENERATIONS,
H A DFamilyBookChartModule.php45 public const DEFAULT_GENERATIONS = '2'; define in Fisharebest\\Webtrees\\Module\\FamilyBookChartModule
48 'book_size' => self::DEFAULT_GENERATIONS,
H A DAncestorsChartModule.php51 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\AncestorsChartModule
54 'generations' => self::DEFAULT_GENERATIONS,
H A DHourglassChartModule.php48 public const DEFAULT_GENERATIONS = '3'; define in Fisharebest\\Webtrees\\Module\\HourglassChartModule
51 'generations' => self::DEFAULT_GENERATIONS,
H A DPedigreeMapModule.php56 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\PedigreeMapModule
58 'generations' => self::DEFAULT_GENERATIONS,
H A DPedigreeChartModule.php53 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\PedigreeChartModule
56 'generations' => self::DEFAULT_GENERATIONS,
H A DFanChartModule.php85 public const DEFAULT_GENERATIONS = 4; define in Fisharebest\\Webtrees\\Module\\FanChartModule
89 'generations' => self::DEFAULT_GENERATIONS,
/webtrees/app/Http/RequestHandlers/
H A DRedirectHourGlassPhp.php60 …Validator::queryParams($request)->string('generations', HourglassChartModule::DEFAULT_GENERATIONS);
H A DRedirectPedigreePhp.php67 … Validator::queryParams($request)->string('generations', PedigreeChartModule::DEFAULT_GENERATIONS);
H A DRedirectDescendencyPhp.php67 …lidator::queryParams($request)->string('generations', DescendancyChartModule::DEFAULT_GENERATIONS);
H A DRedirectFamilyBookPhp.php60 …alidator::queryParams($request)->string('generations', FamilyBookChartModule::DEFAULT_GENERATIONS);
H A DRedirectModulePhp.php65 …tor::queryParams($request)->string('PEDIGREE_GENERATIONS', PedigreeMapModule::DEFAULT_GENERATIONS);
H A DRedirectAncestryPhp.php67 …::queryParams($request)->string('PEDIGREE_GENERATIONS', AncestorsChartModule::DEFAULT_GENERATIONS);