public function WebformInvitationDownloadForm::__construct in Webform Invitation 8
Same name and namespace in other branches
- 2.0.x 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\FormCode
public function __construct(Connection $database) {
$this->database = $database;
}