You are here

public function TfaSetup::submitForm in Two-factor Authentication (TFA) 7.2

Form submission handler.

Parameters

array $form: The form array structure.

array $form_state: The current form state array.

Return value

bool Whether the form submission succeeded.

File

./tfa.inc, line 403
TFA module classes.

Class

TfaSetup
Class TfaSetup.

Code

public function submitForm(array $form, array &$form_state) {
  return $this->setupPlugin
    ->submitSetupForm($form, $form_state);
}