You are here

constant WebformSubmissionInterface::STATE_UPDATED in Webform 8.5

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

Return status for submission that has been updated.

File

src/WebformSubmissionInterface.php, line 48

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

const STATE_UPDATED = 'updated';