Searched refs:importGedcomFile (Results 1 – 5 of 5) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | ImportGedcomAction.php | 96 …$this->tree_service->importGedcomFile($tree, $client_file->getStream(), basename($client_file->get… 110 $this->tree_service->importGedcomFile($tree, $stream, $server_file, $encoding);
|
H A D | SynchronizeTrees.php | 92 $this->tree_service->importGedcomFile($tree, $stream, $gedcom_file, '');
|
/webtrees/tests/ |
H A D | TestCase.php | 187 $tree_service->importGedcomFile($tree, $stream, $gedcom_file, '');
|
/webtrees/app/Services/ |
H A D | TreeService.php | 238 …public function importGedcomFile(Tree $tree, StreamInterface $stream, string $filename, string $en… function in Fisharebest\\Webtrees\\Services\\TreeService
|
/webtrees/ |
H A D | phpstan-baseline.neon | 2104 … \$stream of method Fisharebest\\Webtrees\\Services\\TreeService\:\:importGedcomFile\(\) expects P… 12940 … \$stream of method Fisharebest\\Webtrees\\Services\\TreeService\:\:importGedcomFile\(\) expects P…
|