You are here

constant SpoolStorageInterface::STATUS_DONE in Simplenews 8.2

Same name and namespace in other branches
  1. 8 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_DONE
  2. 3.x src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_DONE

Done, sent successfully.

File

src/Spool/SpoolStorageInterface.php, line 25

Class

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

Namespace

Drupal\simplenews\Spool

Code

const STATUS_DONE = 2;