function SimplenewsRecipientHandlerInterface::buildRecipientCountQuery in Simplenews 7.2
Build a query to count the number of recipients.
Return value
A SelectQuery object to count the number of recipients.
1 method overrides SimplenewsRecipientHandlerInterface::buildRecipientCountQuery()
File
- includes/
simplenews.recipient_handlers.inc, line 25 - Provide helpful functions and Interfaces for recipient handler plugins.
Class
- SimplenewsRecipientHandlerInterface
- Interface for Simplenews Recipient Handler Classes.
Code
function buildRecipientCountQuery();