public function YamlFormElementInterface::postDelete in YAML Form 8
Delete any additional value associated with an element.
Currently only applicable to file uploads.
Parameters
array $element: An element.
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
1 method overrides YamlFormElementInterface::postDelete()
- YamlFormElementBase::postDelete in src/
YamlFormElementBase.php - Delete any additional value associated with an element.
File
- src/
YamlFormElementInterface.php, line 570
Class
- YamlFormElementInterface
- Defines the interface for form elements.
Namespace
Drupal\yamlformCode
public function postDelete(array &$element, YamlFormSubmissionInterface $yamlform_submission);