You are here

public function Tfa::hasFallback in Two-factor Authentication (TFA) 7.2

Whether the TFA process has any fallback process.

Return value

bool Whether the TFA process has any fallback process.

File

./tfa.inc, line 259
TFA module classes.

Class

Tfa
Class Tfa.

Code

public function hasFallback() {
  return $this->fallback;
}