public function TfaTrustedBrowserSetup::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/ TfaTrustedBrowserSetup.php, line 248
Class
- TfaTrustedBrowserSetup
- TFA Trusted Browser Setup Plugin.
Namespace
Drupal\tfa\Plugin\TfaSetupCode
public function getHelpLinks() {
return $this->pluginDefinition['helpLinks'] ?: '';
}