You are here

public function WebformHelpVideoForm::submitForm in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Form/WebformHelpVideoForm.php \Drupal\webform\Form\WebformHelpVideoForm::submitForm()

Form submission handler.

Parameters

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

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

Overrides FormInterface::submitForm

File

src/Form/WebformHelpVideoForm.php, line 133

Class

WebformHelpVideoForm
Help video form.

Namespace

Drupal\webform\Form

Code

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

  // Do nothing.
}