You are here

public function ServerInterface::getServerAddress in Lightweight Directory Access Protocol (LDAP) 8.4

Get server address.

Return value

string Value.

1 method overrides ServerInterface::getServerAddress()
Server::getServerAddress in ldap_servers/src/Entity/Server.php
Get server address.

File

ldap_servers/src/ServerInterface.php, line 88

Class

ServerInterface
Server configuration entity interface.

Namespace

Drupal\ldap_servers

Code

public function getServerAddress() : string;