public function TfaCommands::messages in Two-factor Authentication (TFA) 8
File
- src/
Commands/ TfaCommands.php, line 28  
Class
- TfaCommands
 - A Drush command file.
 
Namespace
Drupal\tfa\CommandsCode
public function messages(&$messages, InputInterface $input) {
  return $messages[] = dt('Remove recovery codes and other user-specific TFA data.');
}