Home
last modified time | relevance | path

Searched refs:copyFact (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DCopyFact.php66 $this->clipboard_service->copyFact($fact);
/webtrees/app/Services/
H A DClipboardService.php44 public function copyFact(Fact $fact): void function in Fisharebest\\Webtrees\\Services\\ClipboardService