You are here

constant WebformHandlerInterface::SUBMISSION_OPTIONAL in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::SUBMISSION_OPTIONAL

Value indicating webform submissions do not have to be stored in the database.

File

src/Plugin/WebformHandlerInterface.php, line 48

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

const SUBMISSION_OPTIONAL = 0;