Home
last modified time | relevance | path

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

/webtrees/app/Http/RequestHandlers/
H A DBroadcastPage.php53 $recipient_types = $this->message_service->recipientTypes();
H A DBroadcastAction.php59 $recipients = $this->message_service->recipientTypes();
H A DControlPanel.php158 'recipients' => $this->message_service->recipientTypes(),
/webtrees/app/Services/
H A DMessageService.php211 public function recipientTypes(): array function in Fisharebest\\Webtrees\\Services\\MessageService