You are here

protected function Server::groupFunctionalityUnused in Lightweight Directory Access Protocol (LDAP) 8.3

Returns whether groups are in use.

1 call to Server::groupFunctionalityUnused()
Server::groupMembershipsFromUser in ldap_servers/src/Entity/Server.php
Get list of all groups that a user is a member of.

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

protected function groupFunctionalityUnused() {
  return $this
    ->get('grp_unused');
}