You are here

public function WebformHandlerInterface::postDelete in Webform 8.5

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

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function postDelete(WebformSubmissionInterface $webform_submission);