public function YamlFormHandlerInterface::preSave in YAML Form 8
Acts on a form submission before the presave hook is invoked.
Parameters
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
1 method overrides YamlFormHandlerInterface::preSave()
- YamlFormHandlerBase::preSave in src/
YamlFormHandlerBase.php - Acts on a form submission before the presave hook is invoked.
File
- src/
YamlFormHandlerInterface.php, line 250
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function preSave(YamlFormSubmissionInterface $yamlform_submission);