You are here

protected property WebformSubmission::$computedData in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Entity/WebformSubmission.php \Drupal\webform\Entity\WebformSubmission::computedData

The data with computed values.

Type: array

File

src/Entity/WebformSubmission.php, line 116

Class

WebformSubmission
Defines the WebformSubmission entity.

Namespace

Drupal\webform\Entity

Code

protected $computedData = [];