Searched refs:recipientUsers (Results 1 – 3 of 3) sorted by relevance
66 'recipients' => $this->message_service->recipientUsers($to),
75 foreach ($this->message_service->recipientUsers($to) as $to_user) {
186 public function recipientUsers(string $to): Collection function in Fisharebest\\Webtrees\\Services\\MessageService