public function ServerInterface::getGroupObjectClass in Lightweight Directory Access Protocol (LDAP) 8.4
Get the name group object class.
Return value
string Value.
1 method overrides ServerInterface::getGroupObjectClass()
- Server::getGroupObjectClass in ldap_servers/
src/ Entity/ Server.php - Get the name group object class.
File
- ldap_servers/
src/ ServerInterface.php, line 160
Class
- ServerInterface
- Server configuration entity interface.
Namespace
Drupal\ldap_serversCode
public function getGroupObjectClass() : ?string;