public function SearchApiTestService::preDelete in Search API 7
Overrides SearchApiAbstractService::preDelete().
Overridden so deleteItems() isn't called which would otherwise lead to the server being updated and, eventually, to a notice because there is no server to be updated anymore.
Overrides SearchApiAbstractService::preDelete
File
- tests/
search_api_test.module, line 307 - Test functions and classes for testing the Search API.
Class
- SearchApiTestService
- Test service class.
Code
public function preDelete() {
}