Home
last modified time | relevance | path

Searched refs:minAgeOfMarriageFamily (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DStatistics.php1753 public function minAgeOfMarriageFamily(): string function in Fisharebest\\Webtrees\\Statistics
1755 return $this->family_repository->minAgeOfMarriageFamily();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1216 public function minAgeOfMarriageFamily(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository