You are here

public function WebformSubmissionInterface::getData in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getData()

Gets the webform submission's data with computed valued.

Return value

array The webform submission data with computed valued.

1 method overrides WebformSubmissionInterface::getData()
WebformSubmission::getData in src/Entity/WebformSubmission.php
Gets the webform submission's data with computed valued.

File

src/WebformSubmissionInterface.php, line 337

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getData();