public function ContactEmailInterface::getRecipients in Contact Emails 8
Get the email recipient(s).
Parameters
\Drupal\contact\MessageInterface $message: The contact message.
Return value
array The recipient(s) of the email.
1 method overrides ContactEmailInterface::getRecipients()
- ContactEmail::getRecipients in src/
Entity/ ContactEmail.php - Get the email recipient(s).
File
- src/
Entity/ ContactEmailInterface.php, line 58
Class
- ContactEmailInterface
- Provides an interface defining a Contact Email entity.
Namespace
Drupal\contact_emails\EntityCode
public function getRecipients(MessageInterface $message);