You are here

public function WebformShareEmbedForm::submitForm in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_share/src/Form/WebformShareEmbedForm.php \Drupal\webform_share\Form\WebformShareEmbedForm::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

modules/webform_share/src/Form/WebformShareEmbedForm.php, line 140

Class

WebformShareEmbedForm
Webform share embed form.

Namespace

Drupal\webform_share\Form

Code

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

  // Do nothing.
}