You are here

protected property WebformUiElementTypeFormBase::$webformSubmission in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_ui/src/Form/WebformUiElementTypeFormBase.php \Drupal\webform_ui\Form\WebformUiElementTypeFormBase::webformSubmission

A temp webform submission.

Type: \Drupal\webform\WebformSubmissionInterface

File

modules/webform_ui/src/Form/WebformUiElementTypeFormBase.php, line 62

Class

WebformUiElementTypeFormBase
Provides a abstract element type webform for a webform element.

Namespace

Drupal\webform_ui\Form

Code

protected $webformSubmission;