Searched refs:gedcomDiff (Results 1 – 9 of 9) sorted by relevance
/webtrees/app/Module/ |
H A D | FixNameSlashesAndSpaces.php | 111 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixMissingDeaths.php | 113 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixPlaceNames.php | 154 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixDuplicateLinks.php | 208 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixCemeteryTag.php | 145 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixWtObjeSortTag.php | 114 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixNameTags.php | 142 $diffs[] = $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
H A D | FixSearchAndReplace.php | 331 return $this->data_fix_service->gedcomDiff($record->tree(), $old, $new);
|
/webtrees/app/Services/ |
H A D | DataFixService.php | 87 public function gedcomDiff(Tree $tree, string $old_gedcom, string $new_gedcom): string function in Fisharebest\\Webtrees\\Services\\DataFixService
|