public function TfaSetup::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.
File
- src/
TfaSetup.php, line 103
Class
- TfaSetup
- TFA Setup.
Namespace
Drupal\tfaCode
public function getSetupMessages() {
return $this->setupPlugin
->getSetupMessages();
}