You are here

public function MessageWrapper::getDrupalMessage in Sparkpost email 8.2

Gets the Drupal message the sparkpost message was based on.

Return value

array The drupal message.

Overrides MessageWrapperInterface::getDrupalMessage

File

src/MessageWrapper.php, line 94

Class

MessageWrapper
Message wrapper class.

Namespace

Drupal\sparkpost

Code

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