You are here

public function WebformSubmissionInterface::getToken in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getToken()

Gets the webform submission's token.

Return value

array The webform submission data.

1 method overrides WebformSubmissionInterface::getToken()
WebformSubmission::getToken in src/Entity/WebformSubmission.php
Gets the webform submission's token.

File

src/WebformSubmissionInterface.php, line 392

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getToken();