You are here

public function WebformInvitationCodesForm::submitForm in Webform Invitation 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/WebformInvitationCodesForm.php \Drupal\webform_invitation\Form\WebformInvitationCodesForm::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/WebformInvitationCodesForm.php, line 97

Class

WebformInvitationCodesForm
Provides list of all invitation codes for the current webform.

Namespace

Drupal\webform_invitation\Form

Code

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