public function Server::getGroupObjectClass in Lightweight Directory Access Protocol (LDAP) 8.4
Get the name group object class.
Return value
string Value.
Overrides ServerInterface::getGroupObjectClass
File
- ldap_servers/
src/ Entity/ Server.php, line 532
Class
- Server
- Defines the Server entity.
Namespace
Drupal\ldap_servers\EntityCode
public function getGroupObjectClass() : ?string {
return $this->grp_object_cat;
}