You are here

10 calls to TestBackend::checkError() in Search API 8

TestBackend::addIndex in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Adds a new index to this server.
TestBackend::deleteAllIndexItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Deletes all the items from the index.
TestBackend::deleteItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Deletes the specified items from the index.
TestBackend::indexItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Indexes the specified items.
TestBackend::postInsert in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Reacts to the server's creation.
TestBackend::postUpdate in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Notifies the backend that its configuration was updated.
TestBackend::preUpdate in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Notifies the backend that its configuration is about to be updated.
TestBackend::removeIndex in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Removes an index from this server.
TestBackend::search in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Executes a search on this server.
TestBackend::updateIndex in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Notifies the server that an index attached to it has been changed.