public function YamlFormHandlerBase::confirmForm in YAML Form 8
Confirm form submission form.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.
Overrides YamlFormHandlerInterface::confirmForm
1 method overrides YamlFormHandlerBase::confirmForm()
- TestYamlFormHandler::confirmForm in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Confirm form submission form.
File
- src/
YamlFormHandlerBase.php, line 306
Class
- YamlFormHandlerBase
- Provides a base class for a form handler.
Namespace
Drupal\yamlformCode
public function confirmForm(array &$form, FormStateInterface $form_state, YamlFormSubmissionInterface $yamlform_submission) {
}