You are here

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

Get Drupal username for testing.

Return value

string Value.

1 method overrides ServerInterface::getTestingDrupalUsername()
Server::getTestingDrupalUsername in ldap_servers/src/Entity/Server.php
Get Drupal username for testing.

File

ldap_servers/src/ServerInterface.php, line 256

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getTestingDrupalUsername() : ?string;