You are here

public function ServerInterface::getGroupTestGroupDn in Lightweight Directory Access Protocol (LDAP) 8.4

Get group DN for group testing.

Return value

string Value.

1 method overrides ServerInterface::getGroupTestGroupDn()
Server::getGroupTestGroupDn in ldap_servers/src/Entity/Server.php
Get group DN for group testing.

File

ldap_servers/src/ServerInterface.php, line 176

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getGroupTestGroupDn() : ?string;