You are here

public function WebformHelpVideoForm::submitForm in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 144

Class

WebformHelpVideoForm
Help video form.

Namespace

Drupal\webform\Form

Code

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

  // Do nothing.
}