function ContactFormInterface::setRecipients
Same name in other branches
- 9 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::setRecipients()
- 8.9.x core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::setRecipients()
- 10 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::setRecipients()
Sets list of recipient email addresses.
Parameters
array $recipients: The desired list of email addresses of this category.
Return value
$this
1 method overrides ContactFormInterface::setRecipients()
- ContactForm::setRecipients in core/
modules/ contact/ src/ Entity/ ContactForm.php - Sets list of recipient email addresses.
File
-
core/
modules/ contact/ src/ ContactFormInterface.php, line 80
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contactCode
public function setRecipients($recipients);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.