public function SparkpostMail::__construct in Sparkpost email 8.2
SparkpostMail constructor.
File
- src/
Plugin/ Mail/ SparkpostMail.php, line 37
Class
- SparkpostMail
- Sparkpost mail plugin.
Namespace
Drupal\sparkpost\Plugin\MailCode
public function __construct() {
$this->config = \Drupal::service('config.factory')
->get('sparkpost.settings');
$this->messageWrapper = \Drupal::service('sparkpost.message_wrapper');
}