public function WebformElementInterface::postDelete in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::postDelete()
Delete any additional value associated with an element.
Currently only applicable to file uploads.
Parameters
array $element: An element.
\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.
1 method overrides WebformElementInterface::postDelete()
- WebformElementBase::postDelete in src/
Plugin/ WebformElementBase.php - Delete any additional value associated with an element.
File
- src/
Plugin/ WebformElementInterface.php, line 874
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function postDelete(array &$element, WebformSubmissionInterface $webform_submission);