protected function Server::groupUserMembershipsAttrExists in Lightweight Directory Access Protocol (LDAP) 8.3
Returns entity configuration value.
1 call to Server::groupUserMembershipsAttrExists()
- Server::groupUserMembershipsFromAttributeConfigured in ldap_servers/
src/ Entity/ Server.php - Check if group memberships from attribute are configured.
File
- ldap_servers/
src/ Entity/ Server.php, line 1627
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
protected function groupUserMembershipsAttrExists() {
return $this
->get('grp_user_memb_attr_exists');
}