function MailInterface::getRecipient in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Mail/MailInterface.php \Drupal\simplenews\Mail\MailInterface::getRecipient()
- 3.x src/Mail/MailInterface.php \Drupal\simplenews\Mail\MailInterface::getRecipient()
Returns the recipient of this newsletter mail.
Return value
string The recipient mail address(es) of this newsletter as a string.
2 methods override MailInterface::getRecipient()
- MailEntity::getRecipient in src/
Mail/ MailEntity.php - Returns the recipient of this newsletter mail.
- MailTest::getRecipient in src/
Mail/ MailTest.php - Returns the recipient of this newsletter mail.
File
- src/
Mail/ MailInterface.php, line 75
Class
- MailInterface
- A newsletter mail.
Namespace
Drupal\simplenews\MailCode
function getRecipient();