public function TfaRecoveryCodeSetup::ready in Two-factor Authentication (TFA) 8
Determine if the plugin can run for the current TFA context.
Return value
bool True or False based on the checks performed.
Overrides TfaRecoveryCode::ready
File
- src/Plugin/ TfaSetup/ TfaRecoveryCodeSetup.php, line 30 
Class
- TfaRecoveryCodeSetup
- TFA Recovery Code Setup Plugin.
Namespace
Drupal\tfa\Plugin\TfaSetupCode
public function ready() {
  return TRUE;
}