You are here

public function YamlFormHandlerInterface::postDelete in YAML Form 8

Acts on deleted a form submission before the delete hook is invoked.

Used after the entities are deleted but before invoking the delete hook.

Parameters

\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.

1 method overrides YamlFormHandlerInterface::postDelete()
YamlFormHandlerBase::postDelete in src/YamlFormHandlerBase.php
Acts on deleted a form submission before the delete hook is invoked.

File

src/YamlFormHandlerInterface.php, line 280

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function postDelete(YamlFormSubmissionInterface $yamlform_submission);