You are here

public function SparkpostMessageWrapper::getDrupalMessage in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 includes/sparkpost.message_wrapper.inc \SparkpostMessageWrapper::getDrupalMessage()

Return value

array

Overrides SparkpostMessageWrapperInterface::getDrupalMessage

File

includes/sparkpost.message_wrapper.inc, line 76
Message class.

Class

SparkpostMessageWrapper
@file Message class.

Code

public function getDrupalMessage() {
  return $this->drupalMessage;
}