You are here

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

Get bind password.

Return value

string Value.

Overrides ServerInterface::getBindPassword

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getBindPassword() : ?string {
  return $this->bindpw;
}