public function TfaSetupInterface::getSetupMessages in Two-factor Authentication (TFA) 8
Returns a list of messages for plugin step.
Return value
string[] An array containing messages to be used during plugin setup.
3 methods override TfaSetupInterface::getSetupMessages()
- TfaRecoveryCodeSetup::getSetupMessages in src/Plugin/ TfaSetup/ TfaRecoveryCodeSetup.php 
- Returns a list of messages for plugin step.
- TfaTestValidationPluginSetupPlugin::getSetupMessages in tests/modules/ tfa_test_plugins/ src/ Plugin/ TfaSetup/ TfaTestValidationPluginSetupPlugin.php 
- Returns a list of messages for plugin step.
- TfaTrustedBrowserSetup::getSetupMessages in src/Plugin/ TfaSetup/ TfaTrustedBrowserSetup.php 
- Returns a list of messages for plugin step.
File
- src/Plugin/ TfaSetupInterface.php, line 69 
Class
- TfaSetupInterface
- Interface TfaSetupInterface.
Namespace
Drupal\tfa\PluginCode
public function getSetupMessages();