public function GALoginTotpSetup::getHelpLinks in Google Authenticator login 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
1 call to GALoginTotpSetup::getHelpLinks()
- GALoginTotpSetup::getSetupForm in src/
Plugin/ TfaSetup/ GALoginTotpSetup.php - Get the setup form for the validation method.
File
- src/
Plugin/ TfaSetup/ GALoginTotpSetup.php, line 225
Class
- GALoginTotpSetup
- TOTP setup class to setup TOTP validation.
Namespace
Drupal\ga_login\Plugin\TfaSetupCode
public function getHelpLinks() {
return $this->pluginDefinition['helpLinks'];
}