You are here

public function MessageWrapperInterface::setDrupalMessage in Sparkpost email 8.2

Sets the Drupal message.

Parameters

array $drupal_message: Drupal message structure.

1 method overrides MessageWrapperInterface::setDrupalMessage()
MessageWrapper::setDrupalMessage in src/MessageWrapper.php
Sets the Drupal message.

File

src/MessageWrapperInterface.php, line 75
Message class.

Class

MessageWrapperInterface
An interface for the message wrapper we use.

Namespace

Drupal\sparkpost

Code

public function setDrupalMessage(array $drupal_message);