You are here

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

Get attribute in user entry containing groups.

Return value

string Value.

Overrides ServerInterface::getGroupUserMembershipAttribute

File

ldap_servers/src/Entity/Server.php, line 567

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getGroupUserMembershipAttribute() : ?string {
  return $this->grp_user_memb_attr;
}