protected property SpoolList::$consecutivePendingErrors in Simplenews 3.x
Same name and namespace in other branches
- 8.2 src/Spool/SpoolList.php \Drupal\simplenews\Spool\SpoolList::consecutivePendingErrors
Count of consecutive SpoolStorageInterface::STATUS_PENDING errors.
These are 'unclassified': it's not known whether there is a global transport failure or if it's a problem with a specific email address. If there are too many in a row then assume it's a global error.
Type: int
File
- src/
Spool/ SpoolList.php, line 49
Class
- SpoolList
- List of mail spool entries.
Namespace
Drupal\simplenews\SpoolCode
protected $consecutivePendingErrors = 0;