You are here

public function SpoolStorageInterface::addIssue in Simplenews 8.2

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

Adds a newsletter issue to the mail spool.

Parameters

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

1 method overrides SpoolStorageInterface::addIssue()
SpoolStorage::addIssue in src/Spool/SpoolStorage.php
Adds a newsletter issue to the mail spool.

File

src/Spool/SpoolStorageInterface.php, line 117

Class

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

Namespace

Drupal\simplenews\Spool

Code

public function addIssue(ContentEntityInterface $issue);