You are here

protected property WebformSubmission::$originalData in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/WebformSubmission.php \Drupal\webform\Entity\WebformSubmission::originalData

Reference to original data loaded before any updates.

Type: array

File

src/Entity/WebformSubmission.php, line 109

Class

WebformSubmission
Defines the WebformSubmission entity.

Namespace

Drupal\webform\Entity

Code

protected $originalData = [];