public function MiniorangeCustomerProfile::getRegisteredPhone in Google Authenticator / 2 Factor Authentication - 2FA 8
Same name and namespace in other branches
- 8.2 src/MiniorangeCustomerProfile.php \Drupal\miniorange_2fa\MiniorangeCustomerProfile::getRegisteredPhone()
File
- src/
MiniorangeCustomerProfile.php, line 45 - Contains constants class.
Class
- MiniorangeCustomerProfile
- @file This class represents User Profile.
Namespace
Drupal\miniorange_2faCode
public function getRegisteredPhone() {
return $this->registered_phone;
}