You are here

public function Server::getDescription in Search API 8

Retrieves the server's description.

Return value

string The description of the server.

Overrides ServerInterface::getDescription

File

src/Entity/Server.php, line 122

Class

Server
Defines the search server configuration entity.

Namespace

Drupal\search_api\Entity

Code

public function getDescription() {
  return $this->description;
}