public function MessageWrapperInterface::setResult in Sparkpost email 8.2
Sets the result from the API call.
Parameters
array $result: The result we got.
1 method overrides MessageWrapperInterface::setResult()
- MessageWrapper::setResult in src/
MessageWrapper.php - Sets the result from the API call.
File
- src/
MessageWrapperInterface.php, line 83 - Message class.
Class
- MessageWrapperInterface
- An interface for the message wrapper we use.
Namespace
Drupal\sparkpostCode
public function setResult(array $result);