Searched refs:recordLink (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | CheckTree.php | 258 $link1 = $this->recordLink($tree, $linked->xref); 259 $link2 = $this->recordLink($tree, $record->xref); 263 $link1 = $this->recordLink($tree, $linked->xref); 264 $link2 = $this->recordLink($tree, $record->xref); 268 $link1 = $this->recordLink($tree, $linked->xref); 269 $link2 = $this->recordLink($tree, $record->xref); 273 $link1 = $this->recordLink($tree, $linked->xref); 274 $link2 = $this->recordLink($tree, $record->xref); 371 private function recordLink(Tree $tree, string $xref): string function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckTree 388 $link = $this->recordLink($tree, $xref); [all …]
|
/webtrees/ |
H A D | phpstan-baseline.neon | 1684 …f of method Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckTree\:\:recordLink\(\) expects stri…
|