public function MessageWrapper::getSparkpostMessage in Sparkpost email 8.2
Gets the sparkpost message to send.
Return value
array Message structure,
Overrides MessageWrapperInterface::getSparkpostMessage
File
- src/
MessageWrapper.php, line 87
Class
- MessageWrapper
- Message wrapper class.
Namespace
Drupal\sparkpostCode
public function getSparkpostMessage() {
return $this->sparkpostMessage;
}