You are here

function SimplenewsSpoolInterface::getProcessed in Simplenews 7.2

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

Returns the processed mail spool rows, keyed by the msid.

Only rows that were processed while preparing the previously returned source must be returned.

Return value

An array of mail spool rows, keyed by the msid. Can optionally have set the following additional properties.

  • actual_nid: In case of content translation, the source node that was used for this mail.
  • error: FALSE if the prepration for this row failed. For example set when the corresponding node failed to load.
  • status: A simplenews spool status to indicate the status.
1 method overrides SimplenewsSpoolInterface::getProcessed()
SimplenewsSpool::getProcessed in includes/simplenews.source.inc
Implements SimplenewsSpoolInterface::getProcessed();

File

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

Class

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

Code

function getProcessed();