public property WebformHandler::$results in Webform 8.5
Same name and namespace in other branches
- 6.x src/Annotation/WebformHandler.php \Drupal\webform\Annotation\WebformHandler::results
Notifies the webform that this handler processes results.
When set to TRUE, 'Disable saving of submissions.' can be set.
Type: bool
File
- src/
Annotation/ WebformHandler.php, line 80
Class
- WebformHandler
- Defines a webform handler annotation object.
Namespace
Drupal\webform\AnnotationCode
public $results = WebformHandlerInterface::RESULTS_IGNORED;