You are here

public function WebformSubmissionInterface::convert in Webform 8.5

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

Convert anonymous submission to authenticated.

Parameters

\Drupal\user\UserInterface $account: An authenticated user account.

1 method overrides WebformSubmissionInterface::convert()
WebformSubmission::convert in src/Entity/WebformSubmission.php
Convert anonymous submission to authenticated.

File

src/WebformSubmissionInterface.php, line 457

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function convert(UserInterface $account);