public function WebformInvitationCodesForm::submitForm in Webform Invitation 8
Same name and namespace in other branches
- 2.0.x 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\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}