You are here

function SimplenewsRecipientHandlerInterface::buildRecipientQuery in Simplenews 7.2

Build the query that gets the list of recipients.

Return value

A SelectQuery object with the columns 'snid', 'mail' and 'newsletter_id' for each recipient.

1 method overrides SimplenewsRecipientHandlerInterface::buildRecipientQuery()
SimplenewsRecipientHandlerBase::buildRecipientQuery in includes/simplenews.recipient_handlers.inc
Implements SimplenewsRecipientHandlerInterface::buildRecipientQuery()

File

includes/simplenews.recipient_handlers.inc, line 18
Provide helpful functions and Interfaces for recipient handler plugins.

Class

SimplenewsRecipientHandlerInterface
Interface for Simplenews Recipient Handler Classes.

Code

function buildRecipientQuery();