You are here

function SimplenewsSourceInterface::getRecipient in Simplenews 7.2

Same name and namespace in other branches
  1. 7 includes/simplenews.source.inc \SimplenewsSourceInterface::getRecipient()

Returns the recipent of this newsletter mail.

Return value

The recipient mail address(es) of this newsletter as a string.

2 methods override SimplenewsSourceInterface::getRecipient()
SimplenewsSourceEntity::getRecipient in includes/simplenews.source.inc
Implements SimplenewsSourceInterface::getRecipient().
SimplenewsSourceTest::getRecipient in includes/simplenews.source.inc
Returns the recipent of this newsletter mail.

File

includes/simplenews.source.inc, line 69
Contains SimplenewsSource interface and implementations.

Class

SimplenewsSourceInterface
The source used to build a newsletter mail.

Code

function getRecipient();