You are here

public function WebformSubmissionInterface::getTokenUrl in Webform 8.5

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

Gets the webform submission's secure tokenized URL.

Parameters

string $operation: Token URL's operation. Defaults to update.

Return value

\Drupal\Core\Url The webform submission's secure tokenized URL.

1 method overrides WebformSubmissionInterface::getTokenUrl()
WebformSubmission::getTokenUrl in src/Entity/WebformSubmission.php
Gets the webform submission's secure tokenized URL.

File

src/WebformSubmissionInterface.php, line 430

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getTokenUrl($operation = 'update');