Searched refs:validContacts (Results 1 – 3 of 3) sorted by relevance
81 …if ($to_user === null || !in_array($to_user, $this->message_service->validContacts($tree), false))…
105 if (!in_array($to_user, $this->message_service->validContacts($tree), false)) {
73 public function validContacts(Tree $tree): array function in Fisharebest\\Webtrees\\Services\\MessageService