function RecipientHandlerInterface::buildRecipientCountQuery in Simplenews 8
Build a query to count the number of recipients.
Return value
A SelectQuery object to count the number of recipients.
1 method overrides RecipientHandlerInterface::buildRecipientCountQuery()
- RecipientHandlerBase::buildRecipientCountQuery in src/
Plugin/ simplenews/ RecipientHandler/ RecipientHandlerBase.php - Implements SimplenewsRecipientHandlerInterface::buildRecipientCountQuery()
File
- src/
RecipientHandler/ RecipientHandlerInterface.php, line 25
Class
- RecipientHandlerInterface
- Interface for Simplenews Recipient Handler Classes.
Namespace
Drupal\simplenews\RecipientHandlerCode
function buildRecipientCountQuery();