public function MessageWrapperInterface::getDrupalMessage in Sparkpost email 8.2
Gets the Drupal message the sparkpost message was based on.
Return value
array The drupal message.
1 method overrides MessageWrapperInterface::getDrupalMessage()
- MessageWrapper::getDrupalMessage in src/
MessageWrapper.php - Gets the Drupal message the sparkpost message was based on.
File
- src/
MessageWrapperInterface.php, line 38 - Message class.
Class
- MessageWrapperInterface
- An interface for the message wrapper we use.
Namespace
Drupal\sparkpostCode
public function getDrupalMessage();