You are here

protected property WebformSubmission::$converting in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/WebformSubmission.php \Drupal\webform\Entity\WebformSubmission::converting

Flag to indicated if submission is being converted from anonymous to authenticated.

Type: bool

File

src/Entity/WebformSubmission.php, line 129

Class

WebformSubmission
Defines the WebformSubmission entity.

Namespace

Drupal\webform\Entity

Code

protected $converting = FALSE;