public function MoAuthLicensing::submitForm in Google Authenticator / 2 Factor Authentication - 2FA 8.2
Same name and namespace in other branches
- 8 src/Form/MoAuthLicensing.php \Drupal\miniorange_2fa\Form\MoAuthLicensing::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/ MoAuthLicensing.php, line 308 - Contains support form for miniOrange 2FA Login Module.
Class
Namespace
Drupal\miniorange_2fa\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}