You are here

public function DispatchService::__construct in RNG - Events and Registrations 3.x

Constructs a new DispatchService object.

File

rng_easy_email/src/DispatchService.php, line 25

Class

DispatchService
Class DispatchService.

Namespace

Drupal\rng_easy_email

Code

public function __construct(EmailHandlerInterface $easy_email_handler) {
  $this->easyEmailHandler = $easy_email_handler;
}