public function ServerInterface::getIndexes in Search API 8
Retrieves a list of indexes which use this server.
Parameters
array $properties: (optional) Additional properties that the indexes should have.
Return value
\Drupal\search_api\IndexInterface[] An array of all matching search indexes.
1 method overrides ServerInterface::getIndexes()
- Server::getIndexes in src/
Entity/ Server.php - Retrieves a list of indexes which use this server.
File
- src/
ServerInterface.php, line 86
Class
- ServerInterface
- Defines the interface for server entities.
Namespace
Drupal\search_apiCode
public function getIndexes(array $properties = []);