public function SpoolListInterface::setLastMailResult in Simplenews 8.2
Same name and namespace in other branches
- 3.x src/Spool/SpoolListInterface.php \Drupal\simplenews\Spool\SpoolListInterface::setLastMailResult()
Records the result of sending the last mail.
Parameters
int $result: One of the SpoolStorageInterface::STATUS_* constants.
1 method overrides SpoolListInterface::setLastMailResult()
- SpoolList::setLastMailResult in src/
Spool/ SpoolList.php - Records the result of sending the last mail.
File
- src/
Spool/ SpoolListInterface.php, line 24
Class
- SpoolListInterface
- A list of spooled mails.
Namespace
Drupal\simplenews\SpoolCode
public function setLastMailResult($result);