You are here

constant WebformSubmissionInterface::STATE_DRAFT_CREATED in Webform 8.5

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

Return status for submission in draft created.

File

src/WebformSubmissionInterface.php, line 28

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

const STATE_DRAFT_CREATED = 'draft_created';