You are here

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

Get ID.

Return value

string ID.

File

ldap_servers/src/Mapping.php, line 339

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function getId() : string {
  return $this->id;
}