You are here

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\Mail

Code

public function __construct() {
  $this->config = \Drupal::service('config.factory')
    ->get('sparkpost.settings');
  $this->messageWrapper = \Drupal::service('sparkpost.message_wrapper');
}