constant WebformHandlerInterface::SUBMISSION_REQUIRED in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::SUBMISSION_REQUIRED
Value indicating webform submissions must be stored in the database.
File
- src/
Plugin/ WebformHandlerInterface.php, line 43
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
const SUBMISSION_REQUIRED = 1;