You are here

public function MailSentEvent::__construct in Views Send 8

Constructs the object.

Parameters

array $message: The message.

File

src/Event/MailSentEvent.php, line 28

Class

MailSentEvent
Event that is fired when an e-mail has been sent.

Namespace

Drupal\views_send\Event

Code

public function __construct($message) {

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