You are here

public function AllMailAddedEvent::__construct in Views Send 8

Constructs the object.

Parameters

\Drupal\Core\TypedData\Type\IntegerInterface $count: The message count.

File

src/Event/AllMailAddedEvent.php, line 27

Class

AllMailAddedEvent
Event that is fired when all e-mails have been added to the spool.

Namespace

Drupal\views_send\Event

Code

public function __construct($count) {
  $this->count = $count;
}