You are here

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

Set LDAP attribute.

Parameters

string $ldapAttribute: LDAP attribute.

File

ldap_servers/src/Mapping.php, line 309

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function setLdapAttribute(string $ldapAttribute) : void {
  $this->ldapAttribute = $ldapAttribute;
}