You are here

public function TfaRecoveryCodeSetup::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.

Overrides TfaSetupInterface::getHelpLinks

File

src/Plugin/TfaSetup/TfaRecoveryCodeSetup.php, line 153

Class

TfaRecoveryCodeSetup
TFA Recovery Code Setup Plugin.

Namespace

Drupal\tfa\Plugin\TfaSetup

Code

public function getHelpLinks() {
  return [];
}