You are here

public function Mapping::getLdapAttribute in Lightweight Directory Access Protocol (LDAP) 8.4

Get LDAP attribute.

Return value

string LDAP attribute.

1 call to Mapping::getLdapAttribute()
Mapping::serialize in ldap_servers/src/Mapping.php
Serialized data.

File

ldap_servers/src/Mapping.php, line 299

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function getLdapAttribute() : string {
  return $this->ldapAttribute;
}