You are here

protected property WebformSubmissionForm::$originalData in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionForm.php \Drupal\webform\WebformSubmissionForm::originalData

Stores the original submission data passed via the EntityFormBuilder.

Type: array

See also

\Drupal\webform\WebformSubmissionForm::setEntity

File

src/WebformSubmissionForm.php, line 195

Class

WebformSubmissionForm
Provides a webform to collect and edit submissions.

Namespace

Drupal\webform

Code

protected $originalData;