You are here

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

Get notes.

Return value

null|string Notes.

File

ldap_servers/src/Mapping.php, line 186

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function getNotes() : ?string {
  return $this->notes;
}