public function MessageWrapperInterface::setSparkpostMessage in Sparkpost email 8.2
Sets the sparkpost message.
Parameters
array $sparkpost_message: The message structure needed.
1 method overrides MessageWrapperInterface::setSparkpostMessage()
- MessageWrapper::setSparkpostMessage in src/
MessageWrapper.php - Sets the sparkpost message.
File
- src/
MessageWrapperInterface.php, line 67 - Message class.
Class
- MessageWrapperInterface
- An interface for the message wrapper we use.
Namespace
Drupal\sparkpostCode
public function setSparkpostMessage(array $sparkpost_message);