You are here

protected property WebformVariantDeleteForm::$webform in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Form/WebformVariantDeleteForm.php \Drupal\webform\Form\WebformVariantDeleteForm::webform

The webform containing the webform variant to be deleted.

Type: \Drupal\webform\WebformInterface

File

src/Form/WebformVariantDeleteForm.php, line 18

Class

WebformVariantDeleteForm
Form for deleting a webform variant.

Namespace

Drupal\webform\Form

Code

protected $webform;