Lines Matching refs:recordLink
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);
418 … I18N::translate('%1$s: %2$s', $this->recordType($type), $this->recordLink($tree, $xref)) .
444 …$message = I18N::translate('%1$s: %2$s', $this->recordType($type), $this->recordLink($tree, $xref)…