You are here

public function WebformEmailReplyForm::__construct in Webform Email Reply 8

Constructs a WebformResultsResendForm object.

Parameters

\Drupal\webform\WebformRequestInterface $request_handler: The webform request handler.

File

src/Form/WebformEmailReplyForm.php, line 64
Contains \Drupal\webform_email_reply\Form\WebformEmailReplyForm.

Class

WebformEmailReplyForm

Namespace

Drupal\webform_email_reply\Form

Code

public function __construct(WebformRequestInterface $request_handler, AccountInterface $current_user) {
  $this->requestHandler = $request_handler;
  $this->currentUser = $current_user;
}