You are here

public function WebformHandlerInterface::postLoad in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::postLoad()

Acts on loaded webform submission.

Parameters

\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.

1 method overrides WebformHandlerInterface::postLoad()
WebformHandlerBase::postLoad in src/Plugin/WebformHandlerBase.php
Acts on loaded webform submission.

File

src/Plugin/WebformHandlerInterface.php, line 507

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function postLoad(WebformSubmissionInterface $webform_submission);