You are here

public function miniorange_2fa_inline_registration::submitForm in Google Authenticator / 2 Factor Authentication - 2FA 8

Same name and namespace in other branches
  1. 8.2 src/Form/miniorange_2fa_inline_registration.php \Drupal\miniorange_2fa\form\miniorange_2fa_inline_registration::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/miniorange_2fa_inline_registration.php, line 1330

Class

miniorange_2fa_inline_registration

Namespace

Drupal\miniorange_2fa\form

Code

public function submitForm(array &$form, \Drupal\Core\Form\FormStateInterface $form_state) {
}