Home
last modified time | relevance | path

Searched defs:labelValue (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Elements/
H A DNoteStructure.php104 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\NoteStructure
H A DXrefMedia.php77 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\XrefMedia
H A DAbstractElement.php246 public function labelValue(string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement
/webtrees/app/Contracts/
H A DElementInterface.php90 public function labelValue(string $value, Tree $tree): string; function