You are here

public function YamlFormHandlerInterface::postCreate in YAML Form 8

Acts on a form submission after it is created.

Parameters

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

1 method overrides YamlFormHandlerInterface::postCreate()
YamlFormHandlerBase::postCreate in src/YamlFormHandlerBase.php
Acts on a form submission after it is created.

File

src/YamlFormHandlerInterface.php, line 234

Class

YamlFormHandlerInterface
Defines the interface for form handlers.

Namespace

Drupal\yamlform

Code

public function postCreate(YamlFormSubmissionInterface $yamlform_submission);