public function TfaSetupInterface::getOverview in Two-factor Authentication (TFA) 8
Plugin overview page.
Parameters
array $params: Parameters to setup the overview information.
Return value
array The overview form.
3 methods override TfaSetupInterface::getOverview()
- TfaRecoveryCodeSetup::getOverview in src/
Plugin/ TfaSetup/ TfaRecoveryCodeSetup.php - Plugin overview page.
- TfaTestValidationPluginSetupPlugin::getOverview in tests/
modules/ tfa_test_plugins/ src/ Plugin/ TfaSetup/ TfaTestValidationPluginSetupPlugin.php - Plugin overview page.
- TfaTrustedBrowserSetup::getOverview in src/
Plugin/ TfaSetup/ TfaTrustedBrowserSetup.php - Plugin overview page.
File
- src/
Plugin/ TfaSetupInterface.php, line 88
Class
- TfaSetupInterface
- Interface TfaSetupInterface.
Namespace
Drupal\tfa\PluginCode
public function getOverview(array $params);