public function WebformHandlerInterface::postDelete in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::postDelete()
Acts on deleted a webform submission before the delete hook is invoked.
Used after the entities are deleted but before invoking the delete hook.
Parameters
\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.
1 method overrides WebformHandlerInterface::postDelete()
- WebformHandlerBase::postDelete in src/
Plugin/ WebformHandlerBase.php - Acts on deleted a webform submission before the delete hook is invoked.
File
- src/
Plugin/ WebformHandlerInterface.php, line 519
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function postDelete(WebformSubmissionInterface $webform_submission);