You are here

constant YamlFormHandlerInterface::RESULTS_PROCESSED in YAML Form 8

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

File

src/YamlFormHandlerInterface.php, line 40

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

const RESULTS_PROCESSED = 1;