You are here

public property YamlFormHandler::$results in YAML Form 8

Notifies the form that this handler processes results.

When set to TRUE, 'Disable saving of submissions.' can be set.

Type: bool

File

src/Annotation/YamlFormHandler.php, line 80

Class

YamlFormHandler
Defines a form handler annotation object.

Namespace

Drupal\yamlform\Annotation

Code

public $results = YamlFormHandlerInterface::RESULTS_IGNORED;