Searched defs:labelValue (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Elements/ | ||
H A D | NoteStructure.php | 104 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\NoteStructure |
H A D | XrefMedia.php | 77 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\XrefMedia |
H A D | AbstractElement.php | 246 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement |
/webtrees/app/Contracts/ | ||
H A D | ElementInterface.php | 90 public function labelValue(string $value, Tree $tree): string; function |