Lines Matching defs:tree
48 public function fixOptions(Tree $tree): string
62 public function recordsToFix(Tree $tree, array $params): Collection
158 protected function familiesToFix(Tree $tree, array $params): Collection|null
169 protected function familiesToFixQuery(Tree $tree, array $params): Builder
189 protected function individualsToFix(Tree $tree, array $params): Collection|null
200 protected function individualsToFixQuery(Tree $tree, array $params): Builder
220 protected function locationsToFix(Tree $tree, array $params): Collection|null
231 protected function locationsToFixQuery(Tree $tree, array $params): Builder
252 protected function mediaToFix(Tree $tree, array $params): Collection|null
263 protected function mediaToFixQuery(Tree $tree, array $params): Builder
283 protected function notesToFix(Tree $tree, array $params): Collection|null
294 protected function notesToFixQuery(Tree $tree, array $params): Builder
315 protected function repositoriesToFix(Tree $tree, array $params): Collection|null
326 protected function repositoriesToFixQuery(Tree $tree, array $params): Builder
347 protected function sourcesToFix(Tree $tree, array $params): Collection|null
358 protected function sourcesToFixQuery(Tree $tree, array $params): Builder
378 protected function submittersToFix(Tree $tree, array $params): Collection|null
389 protected function submittersToFixQuery(Tree $tree, array $params): Builder
411 private function mergePendingRecords(Collection $records, Tree $tree, string $type): Collection