You are here

public function SpoolStorageInterface::deleteIssue in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x src/Spool/SpoolStorageInterface.php \Drupal\simplenews\Spool\SpoolStorageInterface::deleteIssue()

Deletes a newsletter issue from the mail spool.

Parameters

\Drupal\Core\Entity\ContentEntityInterface $issue: The newsletter issue to be deleted.

1 method overrides SpoolStorageInterface::deleteIssue()
SpoolStorage::deleteIssue in src/Spool/SpoolStorage.php
Deletes a newsletter issue from the mail spool.

File

src/Spool/SpoolStorageInterface.php, line 125

Class

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

Namespace

Drupal\simplenews\Spool

Code

public function deleteIssue(ContentEntityInterface $issue);