Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DSourceOriginator.php41 return $this->canonicalText($value);
H A DDescriptiveTitle.php39 return $this->canonicalText($value);
H A DResearchTask.php44 return $this->canonicalText($value);
H A DAddressLine.php55 return $this->canonicalText($value);
H A DSourcePublicationFacts.php43 return $this->canonicalText($value);
H A DSubmitterText.php39 return $this->canonicalText($value);
H A DTextFromSource.php44 return $this->canonicalText($value);
H A DAbstractElement.php112 protected function canonicalText(string $value): string function in Fisharebest\\Webtrees\\Elements\\AbstractElement