public function SearchApiTestService::addIndex in Search API 7
Implements SearchApiServiceInterface::__construct().
Does nothing, by default.
Overrides SearchApiAbstractService::addIndex
File
- tests/
search_api_test.module, line 251 - Test functions and classes for testing the Search API.
Class
- SearchApiTestService
- Test service class.
Code
public function addIndex(SearchApiIndex $index) {
$this
->checkErrorState();
}