You are here

public function FakeLdap::setEscapeResponse in Lightweight Directory Access Protocol (LDAP) 8.4

Set the escape response.

Parameters

string $escapeResponse: Response.

File

ldap_servers/tests/modules/ldap_servers_dummy/src/FakeLdap.php, line 104

Class

FakeLdap
Fake server to simulate querying with symfony/ldap.

Namespace

Drupal\ldap_servers_dummy

Code

public function setEscapeResponse(string $escapeResponse) : void {
  $this->escapeResponse = $escapeResponse;
}