You are here

public function WebformInvitationDownloadForm::__construct in Webform Invitation 2.0.x

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

Constructs a new WebformInvitationDownloadForm instance.

Parameters

\Drupal\Core\Database\Connection $database: The database connection.

File

src/Form/WebformInvitationDownloadForm.php, line 37

Class

WebformInvitationDownloadForm
Allows to download the list of generated codes.

Namespace

Drupal\webform_invitation\Form

Code

public function __construct(Connection $database) {
  $this->database = $database;
}