public function YamlFormHandlerBase::postCreate in YAML Form 8
Acts on a form submission after it is created.
Parameters
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
Overrides YamlFormHandlerInterface::postCreate
1 method overrides YamlFormHandlerBase::postCreate()
- TestYamlFormHandler::postCreate in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on a form submission after it is created.
File
- src/
YamlFormHandlerBase.php, line 316
Class
- YamlFormHandlerBase
- Provides a base class for a form handler.
Namespace
Drupal\yamlformCode
public function postCreate(YamlFormSubmissionInterface $yamlform_submission) {
}