You are here

public function WebformSubmissionConditionsValidatorInterface::submitForm in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionConditionsValidatorInterface.php \Drupal\webform\WebformSubmissionConditionsValidatorInterface::submitForm()

Submit form #states for visible elements.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

See also

\Drupal\webform\WebformSubmissionForm::submitForm

1 method overrides WebformSubmissionConditionsValidatorInterface::submitForm()
WebformSubmissionConditionsValidator::submitForm in src/WebformSubmissionConditionsValidator.php
Submit form #states for visible elements.

File

src/WebformSubmissionConditionsValidatorInterface.php, line 59

Class

WebformSubmissionConditionsValidatorInterface
Provides an interface defining a webform conditions (#states) validator.

Namespace

Drupal\webform

Code

public function submitForm(array &$form, FormStateInterface $form_state);