You are here

public function WebformShareEmbedForm::submitForm in Webform 8.5

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

Class

WebformShareEmbedForm
Webform share embed form.

Namespace

Drupal\webform_share\Form

Code

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

  // Do nothing.
}