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
Namespace
Drupal\simple_ldapCode
public function connect();