constant SpoolStorageInterface::STATUS_PENDING in Simplenews 3.x
Same name and namespace in other branches
- 8.2 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_PENDING
- 8 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_PENDING
Pending, or retrying failure.
File
- src/
Spool/ SpoolStorageInterface.php, line 20
Class
- SpoolStorageInterface
- The spool storage manages a queue of mails that need to be sent.
Namespace
Drupal\simplenews\SpoolCode
const STATUS_PENDING = 1;