You are here

public function Server::getAccountNameAttribute in Lightweight Directory Access Protocol (LDAP) 8.4

Get account name attribute.

Return value

string Attribute.

Overrides ServerInterface::getAccountNameAttribute

1 call to Server::getAccountNameAttribute()
Server::deriveUsernameFromLdapResponse in ldap_servers/src/Entity/Server.php
Returns the username from the LDAP entry.

File

ldap_servers/src/Entity/Server.php, line 455

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getAccountNameAttribute() : ?string {
  return $this->account_name_attr;
}