Home
last modified time | relevance | path

Searched refs:pedigree_chart (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DWelcomeBlockModule.php80 $pedigree_chart = $this->module_service
84 if ($pedigree_chart instanceof PedigreeChartModule) {
86 $pedigree_chart->chartUrl($individual),
87 'url' => $pedigree_chart->chartUrl($individual),
H A DUserWelcomeModule.php82 …$pedigree_chart = $this->module_service->findByComponent(ModuleChartInterface::class, $tree, Auth:…
86 if ($pedigree_chart instanceof PedigreeChartModule) {
88 'url' => $pedigree_chart->chartUrl($individual),
H A DModuleThemeTrait.php389 $pedigree_chart = $module_service variable
393 if ($my_xref !== '' && $pedigree_chart instanceof PedigreeChartModule) {
399 $pedigree_chart->chartUrl($individual),