constant SpoolStorageInterface::STATUS_SKIPPED in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_SKIPPED
- 3.x src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::STATUS_SKIPPED
Marks a spool entry as skipped (not sent, but done).
File
- src/
Spool/ SpoolStorageInterface.php, line 35
Class
- SpoolStorageInterface
- The spool storage manages a queue of mails that need to be sent.
Namespace
Drupal\simplenews\SpoolCode
const STATUS_SKIPPED = 4;