public function WebformHandlerInterface::postPurge in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::postPurge()
Acts on webform submissions after they are purged.
Used after the entities are purged and after they are deleted..
Parameters
\Drupal\webform\WebformSubmissionInterface[] $webform_submissions: The webform submissions that were purged.
1 method overrides WebformHandlerInterface::postPurge()
- WebformHandlerBase::postPurge in src/
Plugin/ WebformHandlerBase.php - Acts on webform submissions after they are purged.
File
- src/
Plugin/ WebformHandlerInterface.php, line 499
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function postPurge(array $webform_submissions);