You are here

constant WebformSubmissionInterface::STATE_COMPLETED in Webform 6.x

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

Return status for submission that has been completed.

File

src/WebformSubmissionInterface.php, line 38

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

const STATE_COMPLETED = 'completed';