You are here

public function QueryEntity::getServerId in Lightweight Directory Access Protocol (LDAP) 8.4

Get the server ID.

Return value

string Value.

Overrides QueryEntityInterface::getServerId

File

ldap_query/src/Entity/QueryEntity.php, line 185

Class

QueryEntity
Defines the LDAP Queries entity.

Namespace

Drupal\ldap_query\Entity

Code

public function getServerId() : string {
  return $this->server_id;
}