You are here

protected property WebformSubmission::$converting in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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;