You are here

public function WebformHandlerInterface::postPurge in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 545

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function postPurge(array $webform_submissions);