You are here

public function MailAddedEvent::__construct in Views Send 8

Constructs the object.

Parameters

array $message: The message.

File

src/Event/MailAddedEvent.php, line 28

Class

MailAddedEvent
Event that is fired when an e-mail has been added to the spool.

Namespace

Drupal\views_send\Event

Code

public function __construct($message) {

  /*
  FIXME
  $this->message = new Map();
  $this->message->setValue($message);
  */
}