public function YamlFormHandlerInterface::postSave in YAML Form 8
Acts on a saved form submission before the insert or update hook is invoked.
Parameters
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
bool $update: TRUE if the entity has been updated, or FALSE if it has been inserted.
1 method overrides YamlFormHandlerInterface::postSave()
- YamlFormHandlerBase::postSave in src/
YamlFormHandlerBase.php - Acts on a saved form submission before the insert or update hook is invoked.
File
- src/
YamlFormHandlerInterface.php, line 260
Class
- YamlFormHandlerInterface
- Defines the interface for form handlers.
Namespace
Drupal\yamlformCode
public function postSave(YamlFormSubmissionInterface $yamlform_submission, $update = TRUE);