public function TfaContextInterface::isReady in Two-factor Authentication (TFA) 8
Check whether the Validation Plugin is set and ready for use.
Return value
bool TRUE if Validation Plugin exists and is ready for use.
1 method overrides TfaContextInterface::isReady()
- TfaContext::isReady in src/
TfaContext.php - Check whether the Validation Plugin is set and ready for use.
File
- src/
TfaContextInterface.php, line 63
Class
- TfaContextInterface
- Provide context for the current login attempt.
Namespace
Drupal\tfaCode
public function isReady();