You are here

protected property WebformSubmissionDeleteForm::$webformSubmission in Webform 6.x

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

The webform submission entity.

Type: \Drupal\webform\WebformSubmissionInterface

File

src/Form/WebformSubmissionDeleteForm.php, line 29

Class

WebformSubmissionDeleteForm
Provides a confirmation webform for deleting a webform submission.

Namespace

Drupal\webform\Form

Code

protected $webformSubmission;