You are here

public function MiniorangeCustomerProfile::getRegisteredEmail in Google Authenticator / 2 Factor Authentication - 2FA 8.2

Same name and namespace in other branches
  1. 8 src/MiniorangeCustomerProfile.php \Drupal\miniorange_2fa\MiniorangeCustomerProfile::getRegisteredEmail()

File

src/MiniorangeCustomerProfile.php, line 57
Contains constants class.

Class

MiniorangeCustomerProfile
@file This class represents User Profile.

Namespace

Drupal\miniorange_2fa

Code

public function getRegisteredEmail() {
  return $this->registered_email;
}