You are here

protected property WebformInvitationCodesForm::$database in Webform Invitation 8

Same name and namespace in other branches
  1. 2.0.x src/Form/WebformInvitationCodesForm.php \Drupal\webform_invitation\Form\WebformInvitationCodesForm::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

src/Form/WebformInvitationCodesForm.php, line 22

Class

WebformInvitationCodesForm
Provides list of all invitation codes for the current webform.

Namespace

Drupal\webform_invitation\Form

Code

protected $database;