You are here

constant WebformSubmissionStorageInterface::SAVED_DISABLED in Webform 6.x

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

Return status for saving of webform submission when saving results is disabled.

File

src/WebformSubmissionStorageInterface.php, line 18

Class

WebformSubmissionStorageInterface
Defines an interface for webform submission classes.

Namespace

Drupal\webform

Code

const SAVED_DISABLED = 0;