You are here

constant YamlFormHandlerInterface::RESULTS_IGNORED in YAML Form 8

Value indicating form submissions are not processed (ie email or saved) by the handler.

File

src/YamlFormHandlerInterface.php, line 35

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

const RESULTS_IGNORED = 0;