ContactFormInterface::setRecipients

public ContactFormInterface::setRecipients($recipients)

Sets list of recipient email addresses.

Parameters

array $recipients: The desired list of email addresses of this category.

Return value

$this

File

core/modules/contact/src/ContactFormInterface.php, line 80

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function setRecipients($recipients);
doc_Drupal
2016-10-29 08:56:29
Comments
Leave a Comment

Please login to continue.