public function MiniorangeUser::setPhone in Google Authenticator / 2 Factor Authentication - 2FA 8.2
Same name and namespace in other branches
- 8 src/MiniorangeUser.php \Drupal\miniorange_2fa\MiniorangeUser::setPhone()
File
- src/
MiniorangeUser.php, line 97
Class
Namespace
Drupal\miniorange_2faCode
public function setPhone($phone) {
$this->phone = $phone;
}