You are here

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

Get Drupal attribute.

Return value

string Drupal attribute.

1 call to Mapping::getDrupalAttribute()
Mapping::serialize in ldap_servers/src/Mapping.php
Serialized data.

File

ldap_servers/src/Mapping.php, line 319

Class

Mapping
Interface for the synchronization mappings ldap_user provides.

Namespace

Drupal\ldap_servers

Code

public function getDrupalAttribute() : string {
  return $this->drupalAttribute;
}