Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DIndividualFactsTabModule.php133 $associate_facts = $this->individual_facts_service->associateFacts($individual);
/webtrees/app/Services/
H A DIndividualFactsService.php93 public function associateFacts(Individual $individual): Collection function in Fisharebest\\Webtrees\\Services\\IndividualFactsService