You are here

public function SimpleLdapUser::getAttributes in Simple LDAP 8

File

modules/simple_ldap_user/src/SimpleLdapUser.php, line 26

Class

SimpleLdapUser

Namespace

Drupal\simple_ldap_user

Code

public function getAttributes() {
  return $this->attributes;
}