constant WebformHandlerInterface::RESULTS_IGNORED in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::RESULTS_IGNORED
Value indicating webform submissions are not processed (i.e. email or saved) by the handler.
File
- src/
Plugin/ WebformHandlerInterface.php, line 38
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
const RESULTS_IGNORED = 0;