You are here

public function TfaSetupInterface::getHelpLinks in Two-factor Authentication (TFA) 8

Returns a list of links containing helpful information for plugin use.

Return value

string[] An array containing help links for e.g., OTP generation.

3 methods override TfaSetupInterface::getHelpLinks()
TfaRecoveryCodeSetup::getHelpLinks in src/Plugin/TfaSetup/TfaRecoveryCodeSetup.php
Returns a list of links containing helpful information for plugin use.
TfaTestValidationPluginSetupPlugin::getHelpLinks in tests/modules/tfa_test_plugins/src/Plugin/TfaSetup/TfaTestValidationPluginSetupPlugin.php
Returns a list of links containing helpful information for plugin use.
TfaTrustedBrowserSetup::getHelpLinks in src/Plugin/TfaSetup/TfaTrustedBrowserSetup.php
Returns a list of links containing helpful information for plugin use.

File

src/Plugin/TfaSetupInterface.php, line 61

Class

TfaSetupInterface
Interface TfaSetupInterface.

Namespace

Drupal\tfa\Plugin

Code

public function getHelpLinks();