Searched refs:DEFAULT_GENERATIONS (Results 1 – 13 of 13) sorted by relevance
/webtrees/app/Module/ |
H A D | DescendancyChartModule.php | 52 public const DEFAULT_GENERATIONS = '3'; define in Fisharebest\\Webtrees\\Module\\DescendancyChartModule 54 'generations' => self::DEFAULT_GENERATIONS, 217 'default_generations' => self::DEFAULT_GENERATIONS,
|
H A D | FamilyBookChartModule.php | 45 public const DEFAULT_GENERATIONS = '2'; define in Fisharebest\\Webtrees\\Module\\FamilyBookChartModule 48 'book_size' => self::DEFAULT_GENERATIONS,
|
H A D | AncestorsChartModule.php | 51 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\AncestorsChartModule 54 'generations' => self::DEFAULT_GENERATIONS,
|
H A D | HourglassChartModule.php | 48 public const DEFAULT_GENERATIONS = '3'; define in Fisharebest\\Webtrees\\Module\\HourglassChartModule 51 'generations' => self::DEFAULT_GENERATIONS,
|
H A D | PedigreeMapModule.php | 56 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\PedigreeMapModule 58 'generations' => self::DEFAULT_GENERATIONS,
|
H A D | PedigreeChartModule.php | 53 public const DEFAULT_GENERATIONS = '4'; define in Fisharebest\\Webtrees\\Module\\PedigreeChartModule 56 'generations' => self::DEFAULT_GENERATIONS,
|
H A D | FanChartModule.php | 85 public const DEFAULT_GENERATIONS = 4; define in Fisharebest\\Webtrees\\Module\\FanChartModule 89 'generations' => self::DEFAULT_GENERATIONS,
|
/webtrees/app/Http/RequestHandlers/ |
H A D | RedirectHourGlassPhp.php | 60 …Validator::queryParams($request)->string('generations', HourglassChartModule::DEFAULT_GENERATIONS);
|
H A D | RedirectPedigreePhp.php | 67 … Validator::queryParams($request)->string('generations', PedigreeChartModule::DEFAULT_GENERATIONS);
|
H A D | RedirectDescendencyPhp.php | 67 …lidator::queryParams($request)->string('generations', DescendancyChartModule::DEFAULT_GENERATIONS);
|
H A D | RedirectFamilyBookPhp.php | 60 …alidator::queryParams($request)->string('generations', FamilyBookChartModule::DEFAULT_GENERATIONS);
|
H A D | RedirectModulePhp.php | 65 …tor::queryParams($request)->string('PEDIGREE_GENERATIONS', PedigreeMapModule::DEFAULT_GENERATIONS);
|
H A D | RedirectAncestryPhp.php | 67 …::queryParams($request)->string('PEDIGREE_GENERATIONS', AncestorsChartModule::DEFAULT_GENERATIONS);
|