Lines Matching refs:tree
69 * @param Tree $tree
74 protected function familiesToFix(Tree $tree, array $params): Collection argument
77 return $this->familiesToFixQuery($tree, $params)
85 * @param Tree $tree
90 protected function individualsToFix(Tree $tree, array $params): Collection|null argument
93 return $this->individualsToFixQuery($tree, $params)
101 * @param Tree $tree
106 protected function mediaToFix(Tree $tree, array $params): Collection argument
109 return $this->mediaToFixQuery($tree, $params)
117 * @param Tree $tree
122 protected function notesToFix(Tree $tree, array $params): Collection argument
125 return $this->notesToFixQuery($tree, $params)
133 * @param Tree $tree
138 protected function repositoriesToFix(Tree $tree, array $params): Collection argument
141 return $this->repositoriesToFixQuery($tree, $params)
149 * @param Tree $tree
154 protected function sourcesToFix(Tree $tree, array $params): Collection argument
157 return $this->sourcesToFixQuery($tree, $params)
165 * @param Tree $tree
170 protected function submittersToFix(Tree $tree, array $params): Collection argument
173 return $this->submittersToFixQuery($tree, $params)
208 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);