You are here

public function WebformSubmissionInterface::isConverting in Webform 8.5

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

Is the current submission being converted from anonymous to authenticated.

Return value

bool TRUE if the current submission being converted from anonymous to authenticated.

1 method overrides WebformSubmissionInterface::isConverting()
WebformSubmission::isConverting in src/Entity/WebformSubmission.php
Is the current submission being converted from anonymous to authenticated.

File

src/WebformSubmissionInterface.php, line 253

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function isConverting();