public function YamlFormElementInterface::postLoad in YAML Form 8
Acts on loaded form submission.
Parameters
array $element: An element.
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
1 method overrides YamlFormElementInterface::postLoad()
- YamlFormElementBase::postLoad in src/
YamlFormElementBase.php - Acts on loaded form submission.
File
- src/
YamlFormElementInterface.php, line 536
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function postLoad(array &$element, YamlFormSubmissionInterface $yamlform_submission);