public function MobileNumberUtilInterface::setTfaField in Mobile Number 8
Same name and namespace in other branches
- 2.0.x src/MobileNumberUtilInterface.php \Drupal\mobile_number\MobileNumberUtilInterface::setTfaField()
Sets the tfa field configuration.
Parameters
string $field_name: User field name.
1 method overrides MobileNumberUtilInterface::setTfaField()
- MobileNumberUtil::setTfaField in src/
MobileNumberUtil.php - Sets the tfa field configuration.
File
- src/
MobileNumberUtilInterface.php, line 325
Class
- MobileNumberUtilInterface
- Provides an interface for mobile number utility.
Namespace
Drupal\mobile_numberCode
public function setTfaField($field_name);