You are here

public function YamlFormHandlerBase::postLoad in YAML Form 8

Acts on loaded form submission.

Parameters

\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.

Overrides YamlFormHandlerInterface::postLoad

1 method overrides YamlFormHandlerBase::postLoad()
TestYamlFormHandler::postLoad in tests/modules/yamlform_test/src/Plugin/YamlFormHandler/TestYamlFormHandler.php
Acts on loaded form submission.

File

src/YamlFormHandlerBase.php, line 321

Class

YamlFormHandlerBase
Provides a base class for a form handler.

Namespace

Drupal\yamlform

Code

public function postLoad(YamlFormSubmissionInterface $yamlform_submission) {
}