public function SpoolStorageInterface::deleteMails in Simplenews 8.2
Same name and namespace in other branches
- 8 src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::deleteMails()
- 3.x src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::deleteMails()
Remove records from mail spool table according to the conditions.
Return value
int Count deleted
1 method overrides SpoolStorageInterface::deleteMails()
- SpoolStorage::deleteMails in src/
Spool/ SpoolStorage.php - Remove records from mail spool table according to the conditions.
File
- src/
Spool/ SpoolStorageInterface.php, line 109
Class
- SpoolStorageInterface
- The spool storage manages a queue of mails that need to be sent.
Namespace
Drupal\simplenews\SpoolCode
public function deleteMails(array $conditions);