You are here

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

Set Drupal attribute.

Parameters

string $drupalAttribute: Drupal attribute.

File

ldap_servers/src/Mapping.php, line 329

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function setDrupalAttribute(string $drupalAttribute) : void {
  $this->drupalAttribute = $drupalAttribute;
}