Home
last modified time | relevance | path

Searched refs:validContacts (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DContactPage.php81 …if ($to_user === null || !in_array($to_user, $this->message_service->validContacts($tree), false))…
H A DContactAction.php105 if (!in_array($to_user, $this->message_service->validContacts($tree), false)) {
/webtrees/app/Services/
H A DMessageService.php73 public function validContacts(Tree $tree): array function in Fisharebest\\Webtrees\\Services\\MessageService