Searched refs:importRecord (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Services/ |
H A D | TreeService.php | 217 $this->gedcom_import_service->importRecord($head, $tree, true); 223 $this->gedcom_import_service->importRecord($indi, $tree, true);
|
H A D | GedcomImportService.php | 236 public function importRecord(string $gedrec, Tree $tree, bool $update): void function in Fisharebest\\Webtrees\\Services\\GedcomImportService 932 $this->importRecord($gedrec, $tree, true);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | GedcomLoad.php | 197 $this->gedcom_import_service->importRecord($rec, $tree, false);
|