You are here

public function ServerInterface::getGroupMembershipAttribute in Lightweight Directory Access Protocol (LDAP) 8.4

Get LDAP group entry attribute holding user's DN, CN, etc.

Return value

string Value.

1 method overrides ServerInterface::getGroupMembershipAttribute()
Server::getGroupMembershipAttribute in ldap_servers/src/Entity/Server.php
Get LDAP group entry attribute holding user's DN, CN, etc.

File

ldap_servers/src/ServerInterface.php, line 144

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getGroupMembershipAttribute() : ?string;