public function MobileNumberUtilInterface::isTfaEnabled in Mobile Number 8
Same name and namespace in other branches
- 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_numberCode
public function isTfaEnabled();