protected function SimplenewsSpool::getSourceImplementation in Simplenews 7
Same name and namespace in other branches
- 7.2 includes/simplenews.source.inc \SimplenewsSpool::getSourceImplementation()
Return the Simplenews source implementation for the given mail spool row.
1 call to SimplenewsSpool::getSourceImplementation()
- SimplenewsSpool::nextSource in includes/
simplenews.source.inc - Implements SimplenewsSpoolInterface::nextSource();
File
- includes/
simplenews.source.inc, line 332 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSpool
- Simplenews Spool implementation.
Code
protected function getSourceImplementation($spool_data) {
return variable_get('simplenews_source', 'SimplenewsSourceNode');
}