Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php347 private function recordType(string $type): string function in Fisharebest\\Webtrees\\Http\\RequestHandlers\\CheckTree
389 $type1 = $this->recordType($type1);
390 $type2 = $this->recordType($type2);
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)…