function SimplenewsSpoolInterface::nextSource in Simplenews 7
Same name and namespace in other branches
- 7.2 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 221 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSpoolInterface
- A Simplenews spool implementation is a factory for Simplenews sources.
Code
function nextSource();