Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DMergeTreesPage.php68 $xrefs = $this->admin_service->countCommonXrefs($tree1, $tree2);
H A DMergeTreesAction.php71 …tree2 instanceof Tree && $tree1 !== $tree2 && $this->admin_service->countCommonXrefs($tree1, $tree…
/webtrees/app/Services/
H A DAdminService.php63 public function countCommonXrefs(Tree $tree1, Tree $tree2): int function in Fisharebest\\Webtrees\\Services\\AdminService