Home
last modified time | relevance | path

Searched refs:pastableFactsOfType (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Module/
H A DNotesTabModule.php113 …'clipboard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFa…
H A DSourcesTabModule.php111 …'clipboard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFa…
H A DMediaTabModule.php112 …'clipboard_facts' => $this->clipboard_service->pastableFactsOfType($individual, $this->supportedFa…
/webtrees/app/Services/
H A DClipboardService.php121 public function pastableFactsOfType(GedcomRecord $record, Collection $types): Collection function in Fisharebest\\Webtrees\\Services\\ClipboardService