public function Server::isGrouppNested in Lightweight Directory Access Protocol (LDAP) 8.4
Are groups nested?
Return value
bool Value.
Overrides ServerInterface::isGrouppNested
File
- ldap_servers/
src/ Entity/ Server.php, line 525
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
public function isGrouppNested() : bool {
return $this->grp_nested;
}