ContactForm::getRecipients

public ContactForm::getRecipients()

Returns list of recipient email addresses.

Return value

array List of recipient email addresses.

Overrides ContactFormInterface::getRecipients

File

core/modules/contact/src/Entity/ContactForm.php, line 117

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

public function getRecipients() {
  return $this->recipients;
}
doc_Drupal
2016-10-29 08:56:20
Comments
Leave a Comment

Please login to continue.