You are here

public function CommentNotifyUnsubscribe::__construct in Comment Notify 8

CommentNotifyUnsubscribe constructor.

Parameters

\Drupal\Core\Messenger\MessengerInterface $messenger: Messenger service.

File

src/Form/CommentNotifyUnsubscribe.php, line 37

Class

CommentNotifyUnsubscribe
Unsubscribe form for Comment Notify.

Namespace

Drupal\comment_notify\Form

Code

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