You are here

public function ContactFormInterface::getRecipients in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getRecipients()

Returns list of recipient email addresses.

Return value

array List of recipient email addresses.

1 method overrides ContactFormInterface::getRecipients()
ContactForm::getRecipients in core/modules/contact/src/Entity/ContactForm.php
Returns list of recipient email addresses.

File

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

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function getRecipients();