You are here

public function SimpleLdapConnectionInterface::connect in Simple LDAP 8

Connect to the Simple LDAP server based on configuration settings.

Throws

\Drupal\simple_ldap\SimpleLdapException

1 method overrides SimpleLdapConnectionInterface::connect()
SimpleLdapConnection::connect in src/SimpleLdapConnection.php
Connect to the Simple LDAP server based on configuration settings.

File

src/SimpleLdapConnectionInterface.php, line 14

Class

SimpleLdapConnectionInterface

Namespace

Drupal\simple_ldap

Code

public function connect();