public function WebformHandlerInterface::postLoad in Webform 8.5
Same name and namespace in other branches
- 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\PluginCode
public function postLoad(WebformSubmissionInterface $webform_submission);