public function WebformHandlerInterface::preSave in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformHandlerInterface.php \Drupal\webform\Plugin\WebformHandlerInterface::preSave()
Acts on a webform submission before the presave hook is invoked.
Parameters
\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.
1 method overrides WebformHandlerInterface::preSave()
- WebformHandlerBase::preSave in src/
Plugin/ WebformHandlerBase.php - Acts on a webform submission before the presave hook is invoked.
File
- src/
Plugin/ WebformHandlerInterface.php, line 469
Class
- WebformHandlerInterface
- Defines the interface for webform handlers.
Namespace
Drupal\webform\PluginCode
public function preSave(WebformSubmissionInterface $webform_submission);