public function SimpleLdapUser::getDn in Simple LDAP 8
File
- modules/
simple_ldap_user/ src/ SimpleLdapUser.php, line 22
Class
Namespace
Drupal\simple_ldap_userCode
public function getDn() {
return $this->dn;
}
public function getDn() {
return $this->dn;
}