You are here

constant SpoolStorageInterface::STATUS_FAILED in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_FAILED

Failed, not retrying.

File

src/Spool/SpoolStorageInterface.php, line 40

Class

SpoolStorageInterface
The spool storage manages a queue of mails that need to be sent.

Namespace

Drupal\simplenews\Spool

Code

const STATUS_FAILED = 5;