function ContactForm::getRecipients

Same name and namespace in other branches
  1. 8.9.x core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getRecipients()
  2. 10 core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getRecipients()
  3. 11.x core/modules/contact/src/Entity/ContactForm.php \Drupal\contact\Entity\ContactForm::getRecipients()

Overrides ContactFormInterface::getRecipients

File

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

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

public function getRecipients() {
    return $this->recipients;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.