You are here

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

Attribute in user entry contains groups.

Return value

bool Value.

Overrides ServerInterface::isGroupUserMembershipAttributeInUse

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function isGroupUserMembershipAttributeInUse() : bool {
  return $this->grp_user_memb_attr_exists;
}