public function YamlFormHandlerInterface::postLoad in YAML Form 8
Acts on loaded form submission.
Parameters
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
1 method overrides YamlFormHandlerInterface::postLoad()
- YamlFormHandlerBase::postLoad in src/
YamlFormHandlerBase.php - Acts on loaded form submission.
File
- src/
YamlFormHandlerInterface.php, line 242
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function postLoad(YamlFormSubmissionInterface $yamlform_submission);