You are here

protected property SpoolList::$pendingErrors in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x src/Spool/SpoolList.php \Drupal\simplenews\Spool\SpoolList::pendingErrors

Mail spool IDs with error SpoolStorageInterface::STATUS_PENDING.

Type: array

File

src/Spool/SpoolList.php, line 38

Class

SpoolList
List of mail spool entries.

Namespace

Drupal\simplenews\Spool

Code

protected $pendingErrors = [];