Searched refs:countCommonXrefs (Results 1 – 3 of 3) sorted by relevance
68 $xrefs = $this->admin_service->countCommonXrefs($tree1, $tree2);
71 …tree2 instanceof Tree && $tree1 !== $tree2 && $this->admin_service->countCommonXrefs($tree1, $tree…
63 public function countCommonXrefs(Tree $tree1, Tree $tree2): int function in Fisharebest\\Webtrees\\Services\\AdminService