You are here

public function WebformSubmissionInterface::getDataHash in Webform 6.x

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

Get a webform submission data as a hash view.

Return value

string Webform submission data as a hash view.

1 method overrides WebformSubmissionInterface::getDataHash()
WebformSubmission::getDataHash in src/Entity/WebformSubmission.php
Get a webform submission data as a hash view.

File

src/WebformSubmissionInterface.php, line 384

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getDataHash();