You are here

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

Set label.

Parameters

string $label: Label.

File

ldap_servers/src/Mapping.php, line 166

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function setLabel(string $label) : void {
  $this->label = $label;
}