You are here

public function MobileNumberUtilInterface::isTfaEnabled in Mobile Number 8

Same name and namespace in other branches
  1. 2.0.x src/MobileNumberUtilInterface.php \Drupal\mobile_number\MobileNumberUtilInterface::isTfaEnabled()

Checks if tfa is enabled.

Return value

bool True or false.

1 method overrides MobileNumberUtilInterface::isTfaEnabled()
MobileNumberUtil::isTfaEnabled in src/MobileNumberUtil.php
Checks if tfa is enabled.

File

src/MobileNumberUtilInterface.php, line 333

Class

MobileNumberUtilInterface
Provides an interface for mobile number utility.

Namespace

Drupal\mobile_number

Code

public function isTfaEnabled();