You are here

constant WebformHandlerInterface::RESULTS_IGNORED in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\Plugin

Code

const RESULTS_IGNORED = 0;