You are here

function SimplenewsSpoolInterface::nextSource in Simplenews 7.2

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

Returns a Simplenews source to be sent.

A single source may represent any number of mail spool rows, e.g. by addressing them as BCC.

1 method overrides SimplenewsSpoolInterface::nextSource()
SimplenewsSpool::nextSource in includes/simplenews.source.inc
Implements SimplenewsSpoolInterface::nextSource();

File

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

Class

SimplenewsSpoolInterface
A Simplenews spool implementation is a factory for Simplenews sources.

Code

function nextSource();