You are here

public function MobileNumberUtilInterface::getTfaField in Mobile Number 2.0.x

Same name and namespace in other branches
  1. 8 src/MobileNumberUtilInterface.php \Drupal\mobile_number\MobileNumberUtilInterface::getTfaField()

Gets the tfa field configuration.

Return value

string Currently configured user field for tfa. '' if not set or tfa is not enabled.

1 method overrides MobileNumberUtilInterface::getTfaField()
MobileNumberUtil::getTfaField in src/MobileNumberUtil.php
Gets the tfa field configuration.

File

src/MobileNumberUtilInterface.php, line 317

Class

MobileNumberUtilInterface
Provides an interface for mobile number utility.

Namespace

Drupal\mobile_number

Code

public function getTfaField();