You are here

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

Get bind method.

Return value

string Value.

Overrides ServerInterface::getBindMethod

File

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

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getBindMethod() : string {
  return $this->bind_method;
}