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