You are here

public function GetStringHelper::getString in Lightweight Directory Access Protocol (LDAP) 8.4

Return $value as string.

Return value

string Value.

File

ldap_user/tests/src/Kernel/GetStringHelper.php, line 25

Class

GetStringHelper
Helper function for getString().

Namespace

Drupal\Tests\ldap_user\Kernel

Code

public function getString() : string {
  return (string) $this->value;
}