You are here

public function TfaContextInterface::isModuleSetup in Two-factor Authentication (TFA) 8

Is TFA enabled and configured?

Return value

bool Whether or not the TFA module is configured for use.

1 method overrides TfaContextInterface::isModuleSetup()
TfaContext::isModuleSetup in src/TfaContext.php
Is TFA enabled and configured?

File

src/TfaContextInterface.php, line 47

Class

TfaContextInterface
Provide context for the current login attempt.

Namespace

Drupal\tfa

Code

public function isModuleSetup();