Home
last modified time | relevance | path

Searched refs:importRecord (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Services/
H A DTreeService.php217 $this->gedcom_import_service->importRecord($head, $tree, true);
223 $this->gedcom_import_service->importRecord($indi, $tree, true);
H A DGedcomImportService.php236 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 DGedcomLoad.php197 $this->gedcom_import_service->importRecord($rec, $tree, false);