public function ServerInterface::supportsFeature in Search API 8
Determines whether this server supports a given feature.
Parameters
string $feature: The name of the optional feature.
Return value
bool TRUE if this server supports the specified feature, FALSE otherwise.
1 method overrides ServerInterface::supportsFeature()
- Server::supportsFeature in src/
Entity/ Server.php - Determines whether this server supports a given feature.
File
- src/
ServerInterface.php, line 22
Class
- ServerInterface
- Defines the interface for server entities.
Namespace
Drupal\search_apiCode
public function supportsFeature($feature);