public function ServerInterface::getDescription in Search API 8
Retrieves the server's description.
Return value
string The description of the server.
1 method overrides ServerInterface::getDescription()
- Server::getDescription in src/
Entity/ Server.php - Retrieves the server's description.
File
- src/
ServerInterface.php, line 30
Class
- ServerInterface
- Defines the interface for server entities.
Namespace
Drupal\search_apiCode
public function getDescription();