You are here

protected property SpoolList::$success in Simplenews 8.2

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

Whether any mail has been sent successfully.

Type: bool

File

src/Spool/SpoolList.php, line 56

Class

SpoolList
List of mail spool entries.

Namespace

Drupal\simplenews\Spool

Code

protected $success = FALSE;