You are here

public function LdapBridge::get in Lightweight Directory Access Protocol (LDAP) 8.4

Get LDAP service.

Return value

\Symfony\Component\Ldap\LdapInterface LDAP service.

Overrides LdapBridgeInterface::get

File

ldap_servers/src/LdapBridge.php, line 166

Class

LdapBridge
Ldap Bridge to symfony/ldap.

Namespace

Drupal\ldap_servers

Code

public function get() : LdapInterface {
  return $this->ldap;
}