Home
last modified time | relevance | path

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

/webtrees/app/
H A DStatistics.php1553 public function youngestMarriageFemale(): string function in Fisharebest\\Webtrees\\Statistics
1555 return $this->family_repository->youngestMarriageFemale();
/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php1528 public function youngestMarriageFemale(): string function in Fisharebest\\Webtrees\\Statistics\\Repository\\FamilyRepository