Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DDeleteRecord.php74 $new_gedcom = $this->removeLinks($old_gedcom, $record->xref());
89 $relict_gedcom = $this->removeLinks($relict->gedcom(), $linker->xref());
117 private function removeLinks(string $gedrec, string $xref): string function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\DeleteRecord
/webtrees/app/
H A DGedcomRecord.php950 public function removeLinks(string $xref, bool $update_chan): void function in Fisharebest\\Webtrees\\GedcomRecord
/webtrees/
H A Dphpstan-baseline.neon1864 …message: '#^Method Fisharebest\\Webtrees\\Http\\RequestHandlers\\DeleteRecord\:\:removeLinks\(\) s…