You are here

constant WebformHandlerInterface::RESULTS_PROCESSED in Webform 8.5

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

Value indicating webform submissions are processed (i.e. email or saved) by the handler.

File

src/Plugin/WebformHandlerInterface.php, line 53

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

const RESULTS_PROCESSED = 1;