Searched defs:note (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Module/ |
H A D | FamilyTreeFavoritesModule.php | 214 private function addUrlFavorite(Tree $tree, string $url, string $title, string $note): void 234 private function addRecordFavorite(Tree $tree, GedcomRecord $record, string $note): void
|
H A D | UserFavoritesModule.php | 217 …ion addUrlFavorite(Tree $tree, UserInterface $user, string $url, string $title, string $note): void 238 …nction addRecordFavorite(Tree $tree, UserInterface $user, GedcomRecord $record, string $note): void
|
H A D | ClippingsCartModule.php | 873 protected function addNoteToCart(Note $note): void
|
/webtrees/resources/views/modules/notes/ |
H A D | tab.phtml | 61 … <?php $note = Registry::noteFactory()->make(trim($text, '@'), $individual->tree()) ?> variable
|
/webtrees/app/Services/ |
H A D | MediaFileService.php | 240 …public function createMediaFileGedcom(string $file, string $type, string $title, string $note): st…
|
/webtrees/app/ |
H A D | Auth.php | 374 public static function checkNoteAccess(Note|null $note, bool $edit = false): Note
|