You are here

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

Get label.

Return value

null|string Label.

File

ldap_servers/src/Mapping.php, line 156

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function getLabel() : ?string {
  return $this->label;
}