You are here

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

Get setup form.

Parameters

array $form: The form array structure.

array $form_state: The current form state array.

Return value

array Form array structure.

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

File

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

Class

TfaSetupPluginInterface
Interface TfaSetupPluginInterface.

Code

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