You are here

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

Get Drupal username for testing.

Return value

string Value.

Overrides ServerInterface::getTestingDrupalUsername

File

ldap_servers/src/Entity/Server.php, line 616

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getTestingDrupalUsername() : ?string {
  return $this->testing_drupal_username;
}