You are here

public function EasyEmailTypeForm::__construct in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/EasyEmailTypeForm.php \Drupal\easy_email\Form\EasyEmailTypeForm::__construct()

EasyEmailTypeForm constructor.

Parameters

\Drupal\Core\Messenger\MessengerInterface $messenger:

File

src/Form/EasyEmailTypeForm.php, line 28

Class

EasyEmailTypeForm
Class EasyEmailTypeForm.

Namespace

Drupal\easy_email\Form

Code

public function __construct(MessengerInterface $messenger) {
  $this->messenger = $messenger;
}