You are here

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

Get attribute in user entry containing groups.

Return value

string Value.

1 method overrides ServerInterface::getGroupUserMembershipAttribute()
Server::getGroupUserMembershipAttribute in ldap_servers/src/Entity/Server.php
Get attribute in user entry containing groups.

File

ldap_servers/src/ServerInterface.php, line 200

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getGroupUserMembershipAttribute() : ?string;