You are here

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

Get server address.

Return value

string Value.

Overrides ServerInterface::getServerAddress

File

ldap_servers/src/Entity/Server.php, line 469

Class

Server
Defines the Server entity.

Namespace

Drupal\ldap_servers\Entity

Code

public function getServerAddress() : string {
  return $this->address;
}