You are here

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

Get plugin form.

Parameters

array $form: The form array structure.

array $form_state: The current form state array.

Return value

array Form array structure.

File

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

Class

TfaSetup
Class TfaSetup.

Code

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