Home
last modified time | relevance | path

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

/webtrees/app/
H A DNote.php48 public function getNote(): string function in Fisharebest\\Webtrees\\Note
92 $html = Registry::markdownFactory()->markdown($this->getNote());
94 $html = Registry::markdownFactory()->autolink($this->getNote());
H A DMedia.php89 public function getNote(): string function in Fisharebest\\Webtrees\\Media
97 return $note->getNote();
/webtrees/app/Elements/
H A DNoteStructure.php122 $value = $note->getNote();
187 $value = $note->getNote();
/webtrees/resources/views/edit/
H A Dshared-note.phtml27 …ass="form-control" name="NOTE" id="NOTE" rows="10" dir="auto"><?= e($note->getNote()) ?></textarea>
/webtrees/resources/views/
H A Dnote-page-details.phtml37 … <?= Registry::elementFactory()->make('NOTE:CONC')->value($record->getNote(), $record->tree()) ?>
/webtrees/resources/views/modules/notes/
H A Dtab.phtml68 … <?= (new SubmitterText(''))->value($note->getNote(), $individual->tree()) ?>
/webtrees/app/Http/RequestHandlers/
H A DManageMediaData.php289 $html .= $element->value($media->getNote(), $media->tree());
/webtrees/app/Report/
H A DReportParserGenerate.php2801 $value = $note->getNote();
/webtrees/
H A Dphpstan-baseline.neon6910 …message: '#^Method Fisharebest\\Webtrees\\Note\:\:getNote\(\) should return string but returns str…