You are here

public function WebformCivicrmPostProcessInterface::validate in Webform CiviCRM Integration 8.5

Called after a webform is submitted Or, for a multipage form, called after each page

_state (reference)

Parameters

array $form:

1 method overrides WebformCivicrmPostProcessInterface::validate()
WebformCivicrmPostProcess::validate in src/WebformCivicrmPostProcess.php
Called after a webform is submitted Or, for a multipage form, called after each page

File

src/WebformCivicrmPostProcessInterface.php, line 26
Front-end form validation and post-processing.

Class

WebformCivicrmPostProcessInterface

Namespace

Drupal\webform_civicrm

Code

public function validate($form, FormStateInterface $form_state, WebformSubmissionInterface $webform_submission);