You are here

public function TfaSetupPluginInterface::submitSetupForm in Two-factor Authentication (TFA) 7.2

Submit setup form.

Parameters

array $form: The form array structure.

array $form_state: The current form state array.

Return value

bool Indicates whether the form submission succeeded.

1 method overrides TfaSetupPluginInterface::submitSetupForm()
TfaTestSendSetup::submitSetupForm in tests/includes/tfa_test.send.inc
Submit setup form.

File

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

Class

TfaSetupPluginInterface
Interface TfaSetupPluginInterface.

Code

public function submitSetupForm(array $form, array &$form_state);