You are here

constant WebformSubmissionStorageInterface::PURGE_COMPLETED in Webform 8.5

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

Denote to purge automatically only completed submissions.

File

src/WebformSubmissionStorageInterface.php, line 40

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

const PURGE_COMPLETED = 'completed';