You are here

public function WebformSubmissionInterface::getState in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::getState()

Track the state of a submission.

Return value

string Either STATE_UNSAVED, STATE_DRAFT_CREATED, STATE_DRAFT_UPDATED, STATE_COMPLETED, STATE_UPDATED, STATE_LOCKED, or STATE_CONVERTED depending on the last save operation performed.

1 method overrides WebformSubmissionInterface::getState()
WebformSubmission::getState in src/Entity/WebformSubmission.php
Track the state of a submission.

File

src/WebformSubmissionInterface.php, line 298

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getState();